#B6B251

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

Shades of Olive Green #B6B251

Tints of Olive Green #B6B251

Color information

#B6B251 (or 0xB6B251) is unknown color: approx Olive Green. HEX triplet: B6, B2 and 51. RGB value is (182,178,81). Sum of RGB (Red+Green+Blue) = 182+178+81=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B251 is #494DAE. Grayscale: #A8A8A8. Windows color (decimal): -4804015 or 5354166. OLE color: 5354166.

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

Color convert

RGB18217881-
CMYK00.020.550.29
HSL57.62º40.89%51.57%-
HSV(B)57.62º55.49%71.37%-
XYZ36.742.3814.03-
YUV168.1478.83137.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=41.27%
G=40.36%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821788100.020.550.2957.6240.8951.57
HexB6B25102371D3a2934
Octal266262121026735725164
Binary1011011010110010101000101011011111101111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B251; }

 p { color: rgb(182,178,81); }

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

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

 a { background-color: rgb(182,178,81); }

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

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

 span { border-color: rgb(182,178,81); }

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