#B0B65A

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

Shades of Olive Green #B0B65A

Tints of Olive Green #B0B65A

Color information

#B0B65A (or 0xB0B65A) is unknown color: approx Olive Green. HEX triplet: B0, B6 and 5A. RGB value is (176,182,90). Sum of RGB (Red+Green+Blue) = 176+182+90=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B65A is #4F49A5. Grayscale: #AAAAAA. Windows color (decimal): -5196198 or 5945008. OLE color: 5945008.

HSL color Cylindrical-coordinate representation of color #B0B65A: hue angle of 63.91º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0B65A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB17618290-
CMYK0.0300.510.29
HSL63.91º38.66%53.33%-
HSV(B)63.91º50.55%71.37%-
XYZ36.4843.4216.13-
YUV169.7283.01132.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=39.29%
G=40.62%
B=20.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176182900.0300.510.2963.9138.6653.33
HexB0B65A30331D402735
Octal2602661323063351004765
Binary10110000101101101011010110110011111011000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B65A; }

 p { color: rgb(176,182,90); }

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

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

 a { background-color: rgb(176,182,90); }

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

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

 span { border-color: rgb(176,182,90); }

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