#B6B14C

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

Shades of Olive Green #B6B14C

Tints of Olive Green #B6B14C

Color information

#B6B14C (or 0xB6B14C) is unknown color: approx Olive Green. HEX triplet: B6, B1 and 4C. RGB value is (182,177,76). Sum of RGB (Red+Green+Blue) = 182+177+76=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B14C is #494EB3. Grayscale: #A7A7A7. Windows color (decimal): -4804276 or 5026230. OLE color: 5026230.

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

Color convert

RGB18217776-
CMYK00.030.580.29
HSL57.17º42.06%50.59%-
HSV(B)57.17º58.24%71.37%-
XYZ36.3241.9113.01-
YUV166.9876.66138.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 76 (30.08% from 255) = 17.47%
R=41.84%
G=40.69%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821777600.030.580.2957.1742.0650.59
HexB6B14C033A1D392a33
Octal266261114037235715263
Binary1011011010110001100110001111101011101111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B14C; }

 p { color: rgb(182,177,76); }

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

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

 a { background-color: rgb(182,177,76); }

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

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

 span { border-color: rgb(182,177,76); }

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