#B4B45E

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

Shades of Olive Green #B4B45E

Tints of Olive Green #B4B45E

Color information

#B4B45E (or 0xB4B45E) is unknown color: approx Olive Green. HEX triplet: B4, B4 and 5E. RGB value is (180,180,94). Sum of RGB (Red+Green+Blue) = 180+180+94=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B45E is #4B4BA1. Grayscale: #AAAAAA. Windows color (decimal): -4934562 or 6206644. OLE color: 6206644.

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

Color convert

RGB18018094-
CMYK000.480.29
HSL60º36.44%53.73%-
HSV(B)60º47.78%70.59%-
XYZ37.1643.1516.96-
YUV170.285134.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=39.65%
G=39.65%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18018094000.480.296036.4453.73
HexB4B45E00301D3c2436
Octal264264136006035744466
Binary101101001011010010111100011000011101111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B45E; }

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

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

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

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

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

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

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

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