#B6B04E

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

Shades of Olive Green #B6B04E

Tints of Olive Green #B6B04E

Color information

#B6B04E (or 0xB6B04E) is unknown color: approx Olive Green. HEX triplet: B6, B0 and 4E. RGB value is (182,176,78). Sum of RGB (Red+Green+Blue) = 182+176+78=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B04E is #494FB1. Grayscale: #A7A7A7. Windows color (decimal): -4804530 or 5157046. OLE color: 5157046.

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

Color convert

RGB18217678-
CMYK00.030.570.29
HSL56.54º41.6%50.98%-
HSV(B)56.54º57.14%71.37%-
XYZ36.1941.5513.32-
YUV166.6277.99138.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=41.74%
G=40.37%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821767800.030.570.2956.5441.650.98
HexB6B04E03391D392a33
Octal266260116037135715263
Binary1011011010110000100111001111100111101111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B04E; }

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

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

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

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

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

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

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

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