#B0AD65

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

Shades of Olive Green #B0AD65

Tints of Olive Green #B0AD65

Color information

#B0AD65 (or 0xB0AD65) is unknown color: approx Olive Green. HEX triplet: B0, AD and 65. RGB value is (176,173,101). Sum of RGB (Red+Green+Blue) = 176+173+101=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD65 is #4F529A. Grayscale: #A5A5A5. Windows color (decimal): -5198491 or 6663600. OLE color: 6663600.

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

Color convert

RGB176173101-
CMYK00.020.430.31
HSL57.6º32.19%54.31%-
HSV(B)57.6º42.61%69.02%-
XYZ35.240.0618.19-
YUV165.6991.49135.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=39.11%
G=38.44%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617310100.020.430.3157.632.1954.31
HexB0AD65022B1F3a2036
Octal260255145025337724066
Binary1011000010101101110010101010101111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD65; }

 p { color: rgb(176,173,101); }

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

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

 a { background-color: rgb(176,173,101); }

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

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

 span { border-color: rgb(176,173,101); }

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