#B1AF65

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

Shades of Olive Green #B1AF65

Tints of Olive Green #B1AF65

Color information

#B1AF65 (or 0xB1AF65) is unknown color: approx Olive Green. HEX triplet: B1, AF and 65. RGB value is (177,175,101). Sum of RGB (Red+Green+Blue) = 177+175+101=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF65 is #4E509A. Grayscale: #A7A7A7. Windows color (decimal): -5132443 or 6664113. OLE color: 6664113.

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

Color convert

RGB177175101-
CMYK00.010.430.31
HSL58.42º32.76%54.51%-
HSV(B)58.42º42.94%69.41%-
XYZ35.8140.9518.33-
YUV167.1690.66135.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=39.07%
G=38.63%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717510100.010.430.3158.4232.7654.51
HexB1AF65012B1F3a2137
Octal261257145015337724167
Binary101100011010111111001010110101111111111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF65; }

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

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

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

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

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

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

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

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