#B6B34E

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

Shades of Olive Green #B6B34E

Tints of Olive Green #B6B34E

Color information

#B6B34E (or 0xB6B34E) is unknown color: approx Olive Green. HEX triplet: B6, B3 and 4E. RGB value is (182,179,78). Sum of RGB (Red+Green+Blue) = 182+179+78=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B34E is #494CB1. Grayscale: #A8A8A8. Windows color (decimal): -4803762 or 5157814. OLE color: 5157814.

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

Color convert

RGB18217978-
CMYK00.020.570.29
HSL58.27º41.6%50.98%-
HSV(B)58.27º57.14%71.37%-
XYZ36.7942.7413.52-
YUV168.3876.99137.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=41.46%
G=40.77%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821797800.020.570.2958.2741.650.98
HexB6B34E02391D3a2a33
Octal266263116027135725263
Binary1011011010110011100111001011100111101111010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B34E; }

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

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

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

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

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

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

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

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