Html Css Color HEX #B2B059 Olive Green

📋 copy color: '#B2B059'

red 178 ◦ green 176 ◦ blue 89

#B2B059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #B2B059

Tints of Olive Green #B2B059

RGB

 RED value IS 178 (69.92% from 255) = 40.18%

 GREEN value IS 176 (69.14% from 255) = 39.73%

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 40.18%
G = 39.73%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B2B059 (or 0xB2B059) is known color: Olive Green. HEX triplet: B2, B0 and 59. RGB value is (178,176,89). Sum of RGB (Red+Green+Blue) = 178+176+89=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B059 is #4D4FA6. Grayscale: #A7A7A7. Windows color (decimal): -5066663 or 5877938. OLE color: 5877938.

HSL color Cylindrical-coordinate representation of color #B2B059: hue angle of 58.65º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2B059 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 89 -
CMYK 0 0.01 0.5 0.30
HSL 58.65º 0.37% 0.52% -
HSV(B) 58.65º 0.5% 0.7% -
XYZ 35.69 41.24 15.53 -
YUV 166.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 178 176 89 0 0.01 0.5 0.30 58.65 0.37 0.52
Hex B2 B0 59 0 1 32 1E 3B 25 34
Octal 262 260 131 0 1 62 36 73 45 64
Binary 10110010 10110000 1011001 0 1 110010 11110 111011 100101 110100

Color Harmonies of #B2B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B059

Black with #B2B059

Text Example


Text Example

White with #B2B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B059; }

 p { color: rgb(178,176,89); }

 H1.HeaderClassName
 {
   color: #B2B059;
 }
 .AnyTagClassName
 {
   color: #B2B059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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