#B2B453

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

Shades of Olive Green #B2B453

Tints of Olive Green #B2B453

Color information

#B2B453 (or 0xB2B453) is unknown color: approx Olive Green. HEX triplet: B2, B4 and 53. RGB value is (178,180,83). Sum of RGB (Red+Green+Blue) = 178+180+83=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B453 is #4D4BAC. Grayscale: #A8A8A8. Windows color (decimal): -5065645 or 5485746. OLE color: 5485746.

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

Color convert

RGB17818083-
CMYK0.0100.540.29
HSL61.24º39.27%51.57%-
HSV(B)61.24º53.89%70.59%-
XYZ36.2442.7314.52-
YUV168.3479.84134.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 83 (32.81% from 255) = 18.82%
R=40.36%
G=40.82%
B=18.82%

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
Decimal178180830.0100.540.2961.2439.2751.57
HexB2B45310361D3d2734
Octal262264123106635754764
Binary101100101011010010100111011011011101111101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B453; }

 p { color: rgb(178,180,83); }

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

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

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

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

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

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

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