#B1B066

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

Shades of Olive Green #B1B066

Tints of Olive Green #B1B066

Color information

#B1B066 (or 0xB1B066) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 66. RGB value is (177,176,102). Sum of RGB (Red+Green+Blue) = 177+176+102=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B066 is #4E4F99. Grayscale: #A8A8A8. Windows color (decimal): -5132186 or 6729905. OLE color: 6729905.

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

Color convert

RGB177176102-
CMYK00.010.420.31
HSL59.2º32.47%54.71%-
HSV(B)59.2º42.37%69.41%-
XYZ36.0641.3618.65-
YUV167.8690.83134.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=38.90%
G=38.68%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717610200.010.420.3159.232.4754.71
HexB1B066012A1F3b2037
Octal261260146015237734067
Binary101100011011000011001100110101011111111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B066; }

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

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

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

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

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

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

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

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