#B4B24F

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

Shades of Olive Green #B4B24F

Tints of Olive Green #B4B24F

Color information

#B4B24F (or 0xB4B24F) is unknown color: approx Olive Green. HEX triplet: B4, B2 and 4F. RGB value is (180,178,79). Sum of RGB (Red+Green+Blue) = 180+178+79=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B24F is #4B4DB0. Grayscale: #A7A7A7. Windows color (decimal): -4935089 or 5223092. OLE color: 5223092.

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

Color convert

RGB18017879-
CMYK00.010.560.29
HSL58.81º40.24%50.78%-
HSV(B)58.81º56.11%70.59%-
XYZ36.1542.1113.62-
YUV167.3178.16137.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 79 (31.25% from 255) = 18.08%
R=41.19%
G=40.73%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801787900.010.560.2958.8140.2450.78
HexB4B24F01381D3b2833
Octal264262117017035735063
Binary101101001011001010011110111100011101111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B24F; }

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

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

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

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

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

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

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

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