#B2B469

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

Shades of Olive Green #B2B469

Tints of Olive Green #B2B469

Color information

#B2B469 (or 0xB2B469) is unknown color: approx Olive Green. HEX triplet: B2, B4 and 69. RGB value is (178,180,105). Sum of RGB (Red+Green+Blue) = 178+180+105=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B469 is #4D4B96. Grayscale: #ABABAB. Windows color (decimal): -5065623 or 6927538. OLE color: 6927538.

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

Color convert

RGB178180105-
CMYK0.0100.420.29
HSL61.6º33.33%55.88%-
HSV(B)61.6º41.67%70.59%-
XYZ37.2343.1319.73-
YUV170.8590.84133.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=38.44%
G=38.88%
B=22.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801050.0100.420.2961.633.3355.88
HexB2B469102A1D3e2138
Octal262264151105235764170
Binary101100101011010011010011010101011101111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B469; }

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

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

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

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

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

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

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

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