#B0B04C

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

Shades of Olive Green #B0B04C

Tints of Olive Green #B0B04C

Color information

#B0B04C (or 0xB0B04C) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 4C. RGB value is (176,176,76). Sum of RGB (Red+Green+Blue) = 176+176+76=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B04C is #4F4FB3. Grayscale: #A5A5A5. Windows color (decimal): -5197748 or 5025968. OLE color: 5025968.

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

Color convert

RGB17617676-
CMYK000.570.31
HSL60º39.68%49.41%-
HSV(B)60º56.82%69.02%-
XYZ34.7340.812.88-
YUV164.678136.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 176 (69.14% from 255) = 41.12%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=41.12%
G=41.12%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617676000.570.316039.6849.41
HexB0B04C00391F3c2831
Octal260260114007137745061
Binary101100001011000010011000011100111111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B04C; }

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

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

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

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

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

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

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

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