#B6B55E

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

Shades of Olive Green #B6B55E

Tints of Olive Green #B6B55E

Color information

#B6B55E (or 0xB6B55E) is unknown color: approx Olive Green. HEX triplet: B6, B5 and 5E. RGB value is (182,181,94). Sum of RGB (Red+Green+Blue) = 182+181+94=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B55E is #494AA1. Grayscale: #ABABAB. Windows color (decimal): -4803234 or 6206902. OLE color: 6206902.

HSL color Cylindrical-coordinate representation of color #B6B55E: hue angle of 59.32º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6B55E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18218194-
CMYK00.010.480.29
HSL59.32º37.61%54.12%-
HSV(B)59.32º48.35%71.37%-
XYZ37.8443.817.05-
YUV171.3884.33135.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=39.82%
G=39.61%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821819400.010.480.2959.3237.6154.12
HexB6B55E01301D3b2636
Octal266265136016035734666
Binary101101101011010110111100111000011101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B55E; }

 p { color: rgb(182,181,94); }

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

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

 a { background-color: rgb(182,181,94); }

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

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

 span { border-color: rgb(182,181,94); }

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