#B2B14F

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

Shades of Olive Green #B2B14F

Tints of Olive Green #B2B14F

Color information

#B2B14F (or 0xB2B14F) is unknown color: approx Olive Green. HEX triplet: B2, B1 and 4F. RGB value is (178,177,79). Sum of RGB (Red+Green+Blue) = 178+177+79=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B14F is #4D4EB0. Grayscale: #A6A6A6. Windows color (decimal): -5066417 or 5222834. OLE color: 5222834.

HSL color Cylindrical-coordinate representation of color #B2B14F: hue angle of 59.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2B14F is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17817779-
CMYK00.010.560.30
HSL59.39º39.13%50.39%-
HSV(B)59.39º55.62%69.8%-
XYZ35.4941.4713.53-
YUV166.1378.83136.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 79 (31.25% from 255) = 18.20%
R=41.01%
G=40.78%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781777900.010.560.3059.3939.1350.39
HexB2B14F01381E3b2732
Octal262261117017036734762
Binary101100101011000110011110111100011110111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B14F; }

 p { color: rgb(178,177,79); }

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

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

 a { background-color: rgb(178,177,79); }

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

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

 span { border-color: rgb(178,177,79); }

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