#B1B064

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

Shades of Olive Green #B1B064

Tints of Olive Green #B1B064

Color information

#B1B064 (or 0xB1B064) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 64. RGB value is (177,176,100). Sum of RGB (Red+Green+Blue) = 177+176+100=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B064 is #4E4F9B. Grayscale: #A7A7A7. Windows color (decimal): -5132188 or 6598833. OLE color: 6598833.

HSL color Cylindrical-coordinate representation of color #B1B064: hue angle of 59.22º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1B064 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB177176100-
CMYK00.010.440.31
HSL59.22º33.05%54.31%-
HSV(B)59.22º43.5%69.41%-
XYZ35.9641.3218.14-
YUV167.6489.83134.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=39.07%
G=38.85%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717610000.010.440.3159.2233.0554.31
HexB1B064012C1F3b2136
Octal261260144015437734166
Binary101100011011000011001000110110011111111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B064; }

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

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

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

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

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

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

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

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