#B6B45F

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

Shades of Olive Green #B6B45F

Tints of Olive Green #B6B45F

Color information

#B6B45F (or 0xB6B45F) is unknown color: approx Olive Green. HEX triplet: B6, B4 and 5F. RGB value is (182,180,95). Sum of RGB (Red+Green+Blue) = 182+180+95=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B45F is #494BA0. Grayscale: #ABABAB. Windows color (decimal): -4803489 or 6272182. OLE color: 6272182.

HSL color Cylindrical-coordinate representation of color #B6B45F: hue angle of 58.62º degrees, saturation: 0.37, 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 #B6B45F is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18218095-
CMYK00.010.480.29
HSL58.62º37.34%54.31%-
HSV(B)58.62º47.8%71.37%-
XYZ37.6843.4117.22-
YUV170.9185.16135.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=39.82%
G=39.39%
B=20.79%

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
Decimal1821809500.010.480.2958.6237.3454.31
HexB6B45F01301D3b2536
Octal266264137016035734566
Binary101101101011010010111110111000011101111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B45F; }

 p { color: rgb(182,180,95); }

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

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

 a { background-color: rgb(182,180,95); }

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

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

 span { border-color: rgb(182,180,95); }

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