#B4B15E

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

Shades of Olive Green #B4B15E

Tints of Olive Green #B4B15E

Color information

#B4B15E (or 0xB4B15E) is unknown color: approx Olive Green. HEX triplet: B4, B1 and 5E. RGB value is (180,177,94). Sum of RGB (Red+Green+Blue) = 180+177+94=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B15E is #4B4EA1. Grayscale: #A8A8A8. Windows color (decimal): -4935330 or 6205876. OLE color: 6205876.

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

Color convert

RGB18017794-
CMYK00.020.480.29
HSL57.91º36.44%53.73%-
HSV(B)57.91º47.78%70.59%-
XYZ36.5641.9616.76-
YUV168.4485.99136.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=39.91%
G=39.25%
B=20.84%

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
Decimal1801779400.020.480.2957.9136.4453.73
HexB4B15E02301D3a2436
Octal264261136026035724466
Binary1011010010110001101111001011000011101111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B15E; }

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

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

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

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

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

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

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

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