#B0AE62

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

Shades of Olive Green #B0AE62

Tints of Olive Green #B0AE62

Color information

#B0AE62 (or 0xB0AE62) is unknown color: approx Olive Green. HEX triplet: B0, AE and 62. RGB value is (176,174,98). Sum of RGB (Red+Green+Blue) = 176+174+98=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE62 is #4F519D. Grayscale: #A6A6A6. Windows color (decimal): -5198238 or 6467248. OLE color: 6467248.

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

Color convert

RGB17617498-
CMYK00.010.440.31
HSL58.46º33.05%53.73%-
HSV(B)58.46º44.32%69.02%-
XYZ35.2540.3817.49-
YUV165.9389.66135.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=39.29%
G=38.84%
B=21.88%

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
Decimal1761749800.010.440.3158.4633.0553.73
HexB0AE62012C1F3a2136
Octal260256142015437724166
Binary101100001010111011000100110110011111111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE62; }

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

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

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

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

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

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

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

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