#B4B35E

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

Shades of Olive Green #B4B35E

Tints of Olive Green #B4B35E

Color information

#B4B35E (or 0xB4B35E) is unknown color: approx Olive Green. HEX triplet: B4, B3 and 5E. RGB value is (180,179,94). Sum of RGB (Red+Green+Blue) = 180+179+94=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B35E is #4B4CA1. Grayscale: #A9A9A9. Windows color (decimal): -4934818 or 6206388. OLE color: 6206388.

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

Color convert

RGB18017994-
CMYK00.010.480.29
HSL59.3º36.44%53.73%-
HSV(B)59.3º47.78%70.59%-
XYZ36.9642.7516.89-
YUV169.6185.33135.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=39.74%
G=39.51%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801799400.010.480.2959.336.4453.73
HexB4B35E01301D3b2436
Octal264263136016035734466
Binary101101001011001110111100111000011101111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B35E; }

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

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

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

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

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

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

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

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