#B2B263

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

Shades of Olive Green #B2B263

Tints of Olive Green #B2B263

Color information

#B2B263 (or 0xB2B263) is unknown color: approx Olive Green. HEX triplet: B2, B2 and 63. RGB value is (178,178,99). Sum of RGB (Red+Green+Blue) = 178+178+99=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B263 is #4D4D9C. Grayscale: #A9A9A9. Windows color (decimal): -5066141 or 6533810. OLE color: 6533810.

HSL color Cylindrical-coordinate representation of color #B2B263: hue angle of 60º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2B263 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17817899-
CMYK000.440.30
HSL60º33.91%54.31%-
HSV(B)60º44.38%69.8%-
XYZ36.5342.2118.03-
YUV168.9988.5134.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=39.12%
G=39.12%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817899000.440.306033.9154.31
HexB2B263002C1E3c2236
Octal262262143005436744266
Binary101100101011001011000110010110011110111100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B263; }

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

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

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

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

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

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

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

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