#B2B269

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

Shades of Olive Green #B2B269

Tints of Olive Green #B2B269

Color information

#B2B269 (or 0xB2B269) is unknown color: approx Olive Green. HEX triplet: B2, B2 and 69. RGB value is (178,178,105). Sum of RGB (Red+Green+Blue) = 178+178+105=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B269 is #4D4D96. Grayscale: #A9A9A9. Windows color (decimal): -5066135 or 6927026. OLE color: 6927026.

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

Color convert

RGB178178105-
CMYK000.410.30
HSL60º32.16%55.49%-
HSV(B)60º41.01%69.8%-
XYZ36.8342.3319.59-
YUV169.6891.5133.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=38.61%
G=38.61%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178105000.410.306032.1655.49
HexB2B26900291E3c2037
Octal262262151005136744067
Binary101100101011001011010010010100111110111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B269; }

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

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

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

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

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

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

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

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