#B6B15B

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

Shades of Olive Green #B6B15B

Tints of Olive Green #B6B15B

Color information

#B6B15B (or 0xB6B15B) is unknown color: approx Olive Green. HEX triplet: B6, B1 and 5B. RGB value is (182,177,91). Sum of RGB (Red+Green+Blue) = 182+177+91=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B15B is #494EA4. Grayscale: #A9A9A9. Windows color (decimal): -4804261 or 6009270. OLE color: 6009270.

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

Color convert

RGB18217791-
CMYK00.030.50.29
HSL56.7º38.4%53.53%-
HSV(B)56.7º50%71.37%-
XYZ36.942.1416.09-
YUV168.6984.16137.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 91 (35.94% from 255) = 20.22%
R=40.44%
G=39.33%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821779100.030.50.2956.738.453.53
HexB6B15B03321D392636
Octal266261133036235714666
Binary1011011010110001101101101111001011101111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B15B; }

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

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

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

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

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

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

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

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