#B0B04E

Color #B0B04E Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B0B04E

Tints of Olive Green #B0B04E

Color information

#B0B04E (or 0xB0B04E) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 4E. RGB value is (176,176,78). Sum of RGB (Red+Green+Blue) = 176+176+78=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B04E is #4F4FB1. Grayscale: #A5A5A5. Windows color (decimal): -5197746 or 5157040. OLE color: 5157040.

HSL color Cylindrical-coordinate representation of color #B0B04E: hue angle of 60º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0B04E is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17617678-
CMYK000.560.31
HSL60º38.58%49.8%-
HSV(B)60º55.68%69.02%-
XYZ34.840.8313.25-
YUV164.8379135.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=40.93%
G=40.93%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617678000.560.316038.5849.8
HexB0B04E00381F3c2732
Octal260260116007037744762
Binary101100001011000010011100011100011111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B04E; }

 p { color: rgb(176,176,78); }

 H1.HeaderClassName
 {
   color: #B0B04E;
 }
 .AnyTagClassName
 {
   color: #B0B04E;
 }
</style>
background-color css

<style>
 a { background-color: #B0B04E; }

 a { background-color: rgb(176,176,78); }

 div.DivClassName
 {
   background-color: #B0B04E;
 }
 .BgClassName
 {
   background-color: #B0B04E;
 }
</style>
border-color css

<style>
 span { border-color: #B0B04E; }

 span { border-color: rgb(176,176,78); }

 td.TdClassName
 {
   border-color: #B0B04E;
 }
 .TagClassName
 {
   border-color: #B0B04E;
 }
</style>