Html Css Color HEX #B2AB52 Olive Green

📋 copy color: '#B2AB52'

red 178 ◦ green 171 ◦ blue 82

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

Shades of Olive Green #B2AB52

Tints of Olive Green #B2AB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 41.3%
G = 39.68%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2AB52 (or 0xB2AB52) is known color: Olive Green. HEX triplet: B2, AB and 52. RGB value is (178,171,82). Sum of RGB (Red+Green+Blue) = 178+171+82=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB52 is #4D54AD. Grayscale: #A3A3A3. Windows color (decimal): -5067950 or 5417906. OLE color: 5417906.

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

Color convert

RGB 178 171 82 -
CMYK 0 0.04 0.54 0.30
HSL 55.63º 0.38% 0.51% -
HSV(B) 55.63º 0.54% 0.7% -
XYZ 34.45 39.2 13.73 -
YUV 162.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 178 171 82 0 0.04 0.54 0.30 55.63 0.38 0.51
Hex B2 AB 52 0 4 36 1E 38 26 33
Octal 262 253 122 0 4 66 36 70 46 63
Binary 10110010 10101011 1010010 0 100 110110 11110 111000 100110 110011

Color Harmonies of #B2AB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB52

Black with #B2AB52

Text Example


Text Example

White with #B2AB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB52; }

 p { color: rgb(178,171,82); }

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

background-color css

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

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

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

border-color css

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

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

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