#B6B351

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

Shades of Olive Green #B6B351

Tints of Olive Green #B6B351

Color information

#B6B351 (or 0xB6B351) is unknown color: approx Olive Green. HEX triplet: B6, B3 and 51. RGB value is (182,179,81). Sum of RGB (Red+Green+Blue) = 182+179+81=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B351 is #494CAE. Grayscale: #A9A9A9. Windows color (decimal): -4803759 or 5354422. OLE color: 5354422.

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

Color convert

RGB18217981-
CMYK00.020.550.29
HSL58.22º40.89%51.57%-
HSV(B)58.22º55.49%71.37%-
XYZ36.942.7814.1-
YUV168.7278.49137.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=41.18%
G=40.50%
B=18.33%

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
Decimal1821798100.020.550.2958.2240.8951.57
HexB6B35102371D3a2934
Octal266263121026735725164
Binary1011011010110011101000101011011111101111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B351; }

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

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

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

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

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

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

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

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