#B6B350

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

Shades of Olive Green #B6B350

Tints of Olive Green #B6B350

Color information

#B6B350 (or 0xB6B350) is unknown color: approx Olive Green. HEX triplet: B6, B3 and 50. RGB value is (182,179,80). Sum of RGB (Red+Green+Blue) = 182+179+80=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B350 is #494CAF. Grayscale: #A9A9A9. Windows color (decimal): -4803760 or 5288886. OLE color: 5288886.

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

Color convert

RGB18217980-
CMYK00.020.560.29
HSL58.24º41.13%51.37%-
HSV(B)58.24º56.04%71.37%-
XYZ36.8642.7613.9-
YUV168.6177.99137.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=41.27%
G=40.59%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821798000.020.560.2958.2441.1351.37
HexB6B35002381D3a2933
Octal266263120027035725163
Binary1011011010110011101000001011100011101111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B350; }

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

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

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

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

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

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

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

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