#B1B04D

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

Shades of Olive Green #B1B04D

Tints of Olive Green #B1B04D

Color information

#B1B04D (or 0xB1B04D) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 4D. RGB value is (177,176,77). Sum of RGB (Red+Green+Blue) = 177+176+77=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B04D is #4E4FB2. Grayscale: #A5A5A5. Windows color (decimal): -5132211 or 5091505. OLE color: 5091505.

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

Color convert

RGB17717677-
CMYK00.010.560.31
HSL59.4º39.37%49.8%-
HSV(B)59.4º56.5%69.41%-
XYZ3540.9313.08-
YUV165.0178.33136.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=41.16%
G=40.93%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771767700.010.560.3159.439.3749.8
HexB1B04D01381F3b2732
Octal261260115017037734762
Binary101100011011000010011010111100011111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B04D; }

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

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

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

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

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

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

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

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