#B6B25F

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

Shades of Olive Green #B6B25F

Tints of Olive Green #B6B25F

Color information

#B6B25F (or 0xB6B25F) is unknown color: approx Olive Green. HEX triplet: B6, B2 and 5F. RGB value is (182,178,95). Sum of RGB (Red+Green+Blue) = 182+178+95=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B25F is #494DA0. Grayscale: #AAAAAA. Windows color (decimal): -4804001 or 6271670. OLE color: 6271670.

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

Color convert

RGB18217895-
CMYK00.020.480.29
HSL57.24º37.34%54.31%-
HSV(B)57.24º47.8%71.37%-
XYZ37.2842.6117.09-
YUV169.7385.83136.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=40%
G=39.12%
B=20.88%

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
Decimal1821789500.020.480.2957.2437.3454.31
HexB6B25F02301D392536
Octal266262137026035714566
Binary1011011010110010101111101011000011101111001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B25F; }

 p { color: rgb(182,178,95); }

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

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

 a { background-color: rgb(182,178,95); }

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

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

 span { border-color: rgb(182,178,95); }

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