#B2B663

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

Shades of Olive Green #B2B663

Tints of Olive Green #B2B663

Color information

#B2B663 (or 0xB2B663) is unknown color: approx Olive Green. HEX triplet: B2, B6 and 63. RGB value is (178,182,99). Sum of RGB (Red+Green+Blue) = 178+182+99=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B663 is #4D499C. Grayscale: #ABABAB. Windows color (decimal): -5065117 or 6534834. OLE color: 6534834.

HSL color Cylindrical-coordinate representation of color #B2B663: hue angle of 62.89º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2B663 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB17818299-
CMYK0.0200.460.29
HSL62.89º36.24%55.1%-
HSV(B)62.89º45.6%71.37%-
XYZ37.3443.8218.29-
YUV171.3487.17132.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=38.78%
G=39.65%
B=21.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178182990.0200.460.2962.8936.2455.1
HexB2B663202E1D3f2437
Octal262266143205635774467
Binary1011001010110110110001110010111011101111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B663; }

 p { color: rgb(178,182,99); }

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

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

 a { background-color: rgb(178,182,99); }

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

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

 span { border-color: rgb(178,182,99); }

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