#B4B354

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

Shades of Olive Green #B4B354

Tints of Olive Green #B4B354

Color information

#B4B354 (or 0xB4B354) is unknown color: approx Olive Green. HEX triplet: B4, B3 and 54. RGB value is (180,179,84). Sum of RGB (Red+Green+Blue) = 180+179+84=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B354 is #4B4CAB. Grayscale: #A8A8A8. Windows color (decimal): -4934828 or 5551028. OLE color: 5551028.

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

Color convert

RGB18017984-
CMYK00.010.530.29
HSL59.38º39.02%51.76%-
HSV(B)59.38º53.33%70.59%-
XYZ36.5442.5814.68-
YUV168.4780.33136.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=40.63%
G=40.41%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801798400.010.530.2959.3839.0251.76
HexB4B35401351D3b2734
Octal264263124016535734764
Binary101101001011001110101000111010111101111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B354; }

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

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

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

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

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

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

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

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