#B1AF66

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

Shades of Olive Green #B1AF66

Tints of Olive Green #B1AF66

Color information

#B1AF66 (or 0xB1AF66) is unknown color: approx Olive Green. HEX triplet: B1, AF and 66. RGB value is (177,175,102). Sum of RGB (Red+Green+Blue) = 177+175+102=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF66 is #4E5099. Grayscale: #A7A7A7. Windows color (decimal): -5132442 or 6729649. OLE color: 6729649.

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

Color convert

RGB177175102-
CMYK00.010.420.31
HSL58.4º32.47%54.71%-
HSV(B)58.4º42.37%69.41%-
XYZ35.8640.9718.59-
YUV167.2891.16134.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=38.99%
G=38.55%
B=22.47%

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
Decimal17717510200.010.420.3158.432.4754.71
HexB1AF66012A1F3a2037
Octal261257146015237724067
Binary101100011010111111001100110101011111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF66; }

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

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

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

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

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

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

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

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