#B6B34F

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

Shades of Olive Green #B6B34F

Tints of Olive Green #B6B34F

Color information

#B6B34F (or 0xB6B34F) is unknown color: approx Olive Green. HEX triplet: B6, B3 and 4F. RGB value is (182,179,79). Sum of RGB (Red+Green+Blue) = 182+179+79=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B34F is #494CB0. Grayscale: #A8A8A8. Windows color (decimal): -4803761 or 5223350. OLE color: 5223350.

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

Color convert

RGB18217979-
CMYK00.020.570.29
HSL58.25º41.37%51.18%-
HSV(B)58.25º56.59%71.37%-
XYZ36.8242.7513.71-
YUV168.577.49137.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=41.36%
G=40.68%
B=17.95%

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
Decimal1821797900.020.570.2958.2541.3751.18
HexB6B34F02391D3a2933
Octal266263117027135725163
Binary1011011010110011100111101011100111101111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B34F; }

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

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

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

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

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

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

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

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