#B6B150

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

Shades of Olive Green #B6B150

Tints of Olive Green #B6B150

Color information

#B6B150 (or 0xB6B150) is unknown color: approx Olive Green. HEX triplet: B6, B1 and 50. RGB value is (182,177,80). Sum of RGB (Red+Green+Blue) = 182+177+80=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B150 is #494EAF. Grayscale: #A7A7A7. Windows color (decimal): -4804272 or 5288374. OLE color: 5288374.

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

Color convert

RGB18217780-
CMYK00.030.560.29
HSL57.06º41.13%51.37%-
HSV(B)57.06º56.04%71.37%-
XYZ36.4641.9713.77-
YUV167.4478.66138.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=41.46%
G=40.32%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821778000.030.560.2957.0641.1351.37
HexB6B15003381D392933
Octal266261120037035715163
Binary1011011010110001101000001111100011101111001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B150; }

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

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

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

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

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

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

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

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