#B4B15F

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

Shades of Olive Green #B4B15F

Tints of Olive Green #B4B15F

Color information

#B4B15F (or 0xB4B15F) is unknown color: approx Olive Green. HEX triplet: B4, B1 and 5F. RGB value is (180,177,95). Sum of RGB (Red+Green+Blue) = 180+177+95=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B15F is #4B4EA0. Grayscale: #A8A8A8. Windows color (decimal): -4935329 or 6271412. OLE color: 6271412.

HSL color Cylindrical-coordinate representation of color #B4B15F: hue angle of 57.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4B15F is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18017795-
CMYK00.020.470.29
HSL57.88º36.17%53.92%-
HSV(B)57.88º47.22%70.59%-
XYZ36.6141.9717-
YUV168.5586.49136.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 95 (37.5% from 255) = 21.02%
R=39.82%
G=39.16%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801779500.020.470.2957.8836.1753.92
HexB4B15F022F1D3a2436
Octal264261137025735724466
Binary1011010010110001101111101010111111101111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B15F; }

 p { color: rgb(180,177,95); }

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

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

 a { background-color: rgb(180,177,95); }

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

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

 span { border-color: rgb(180,177,95); }

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