#B6B35A

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

Shades of Olive Green #B6B35A

Tints of Olive Green #B6B35A

Color information

#B6B35A (or 0xB6B35A) is unknown color: approx Olive Green. HEX triplet: B6, B3 and 5A. RGB value is (182,179,90). Sum of RGB (Red+Green+Blue) = 182+179+90=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B35A is #494CA5. Grayscale: #AAAAAA. Windows color (decimal): -4803750 or 5944246. OLE color: 5944246.

HSL color Cylindrical-coordinate representation of color #B6B35A: hue angle of 58.04º 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 #B6B35A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18217990-
CMYK00.020.510.29
HSL58.04º38.66%53.33%-
HSV(B)58.04º50.55%71.37%-
XYZ37.2642.9215.99-
YUV169.7582.99136.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=40.35%
G=39.69%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821799000.020.510.2958.0438.6653.33
HexB6B35A02331D3a2735
Octal266263132026335724765
Binary1011011010110011101101001011001111101111010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B35A; }

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

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

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

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

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

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

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

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