#B3B452

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

Shades of Olive Green #B3B452

Tints of Olive Green #B3B452

Color information

#B3B452 (or 0xB3B452) is unknown color: approx Olive Green. HEX triplet: B3, B4 and 52. RGB value is (179,180,82). Sum of RGB (Red+Green+Blue) = 179+180+82=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B452 is #4C4BAD. Grayscale: #A8A8A8. Windows color (decimal): -5000110 or 5420211. OLE color: 5420211.

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

Color convert

RGB17918082-
CMYK0.0100.540.29
HSL60.61º39.52%51.37%-
HSV(B)60.61º54.44%70.59%-
XYZ36.4342.8414.33-
YUV168.5379.17135.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 82 (32.42% from 255) = 18.59%
R=40.59%
G=40.82%
B=18.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180820.0100.540.2960.6139.5251.37
HexB3B45210361D3d2833
Octal263264122106635755063
Binary101100111011010010100101011011011101111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B452; }

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

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

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

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

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

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

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

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