#B0AE69

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

Shades of Olive Green #B0AE69

Tints of Olive Green #B0AE69

Color information

#B0AE69 (or 0xB0AE69) is unknown color: approx Olive Green. HEX triplet: B0, AE and 69. RGB value is (176,174,105). Sum of RGB (Red+Green+Blue) = 176+174+105=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE69 is #4F5196. Grayscale: #A7A7A7. Windows color (decimal): -5198231 or 6926000. OLE color: 6926000.

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

Color convert

RGB176174105-
CMYK00.010.400.31
HSL58.31º31%55.1%-
HSV(B)58.31º40.34%69.02%-
XYZ35.5940.5219.31-
YUV166.7393.16134.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=38.68%
G=38.24%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617410500.010.400.3158.313155.1
HexB0AE6901281F3a1f37
Octal260256151015037723767
Binary10110000101011101101001011010001111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE69; }

 p { color: rgb(176,174,105); }

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

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

 a { background-color: rgb(176,174,105); }

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

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

 span { border-color: rgb(176,174,105); }

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