#B0B04D

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

Shades of Olive Green #B0B04D

Tints of Olive Green #B0B04D

Color information

#B0B04D (or 0xB0B04D) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 4D. RGB value is (176,176,77). Sum of RGB (Red+Green+Blue) = 176+176+77=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B04D is #4F4FB2. Grayscale: #A5A5A5. Windows color (decimal): -5197747 or 5091504. OLE color: 5091504.

HSL color Cylindrical-coordinate representation of color #B0B04D: 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 #B0B04D is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17617677-
CMYK000.560.31
HSL60º39.13%49.61%-
HSV(B)60º56.25%69.02%-
XYZ34.7740.8213.07-
YUV164.7178.5136.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=41.03%
G=41.03%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617677000.560.316039.1349.61
HexB0B04D00381F3c2732
Octal260260115007037744762
Binary101100001011000010011010011100011111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B04D; }

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

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

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

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

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

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

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

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