#B6B35E

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

Shades of Olive Green #B6B35E

Tints of Olive Green #B6B35E

Color information

#B6B35E (or 0xB6B35E) is unknown color: approx Olive Green. HEX triplet: B6, B3 and 5E. RGB value is (182,179,94). Sum of RGB (Red+Green+Blue) = 182+179+94=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B35E is #494CA1. Grayscale: #AAAAAA. Windows color (decimal): -4803746 or 6206390. OLE color: 6206390.

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

Color convert

RGB18217994-
CMYK00.020.480.29
HSL57.95º37.61%54.12%-
HSV(B)57.95º48.35%71.37%-
XYZ37.4342.9916.92-
YUV170.2184.99136.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=40%
G=39.34%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821799400.020.480.2957.9537.6154.12
HexB6B35E02301D3a2636
Octal266263136026035724666
Binary1011011010110011101111001011000011101111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B35E; }

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

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

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

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

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

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

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

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