Html Css Color HEX #B2AB84 Neutral Green

📋 copy color: '#B2AB84'

red 178 ◦ green 171 ◦ blue 132

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

Shades of Neutral Green #B2AB84

Tints of Neutral Green #B2AB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.44%

R = 37.01%
G = 35.55%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2AB84 (or 0xB2AB84) is known color: Neutral Green. HEX triplet: B2, AB and 84. RGB value is (178,171,132). Sum of RGB (Red+Green+Blue) = 178+171+132=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB84 is #4D547B. Grayscale: #A8A8A8. Windows color (decimal): -5067900 or 8694706. OLE color: 8694706.

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

Color convert

RGB 178 171 132 -
CMYK 0 0.04 0.26 0.30
HSL 50.87º 0.23% 0.61% -
HSV(B) 50.87º 0.26% 0.7% -
XYZ 37.09 40.26 27.65 -
YUV 168.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 178 171 132 0 0.04 0.26 0.30 50.87 0.23 0.61
Hex B2 AB 84 0 4 1A 1E 33 17 3D
Octal 262 253 204 0 4 32 36 63 27 75
Binary 10110010 10101011 10000100 0 100 11010 11110 110011 10111 111101

Color Harmonies of #B2AB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB84

Black with #B2AB84

Text Example


Text Example

White with #B2AB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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