Html Css Color HEX #B2AB55 Olive Green

📋 copy color: '#B2AB55'

red 178 ◦ green 171 ◦ blue 85

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

Shades of Olive Green #B2AB55

Tints of Olive Green #B2AB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 41.01%
G = 39.4%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B2AB55 (or 0xB2AB55) is known color: Olive Green. HEX triplet: B2, AB and 55. RGB value is (178,171,85). Sum of RGB (Red+Green+Blue) = 178+171+85=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB55 is #4D54AA. Grayscale: #A3A3A3. Windows color (decimal): -5067947 or 5614514. OLE color: 5614514.

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

Color convert

RGB 178 171 85 -
CMYK 0 0.04 0.52 0.30
HSL 55.48º 0.38% 0.52% -
HSV(B) 55.48º 0.52% 0.7% -
XYZ 34.56 39.25 14.35 -
YUV 163.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 178 171 85 0 0.04 0.52 0.30 55.48 0.38 0.52
Hex B2 AB 55 0 4 34 1E 37 26 34
Octal 262 253 125 0 4 64 36 67 46 64
Binary 10110010 10101011 1010101 0 100 110100 11110 110111 100110 110100

Color Harmonies of #B2AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB55

Black with #B2AB55

Text Example


Text Example

White with #B2AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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