Html Css Color HEX #B2AB76 Neutral Green

📋 copy color: '#B2AB76'

red 178 ◦ green 171 ◦ blue 118

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

Shades of Neutral Green #B2AB76

Tints of Neutral Green #B2AB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 38.12%
G = 36.62%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B2AB76 (or 0xB2AB76) is known color: Neutral Green. HEX triplet: B2, AB and 76. RGB value is (178,171,118). Sum of RGB (Red+Green+Blue) = 178+171+118=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB76 is #4D5489. Grayscale: #A7A7A7. Windows color (decimal): -5067914 or 7777202. OLE color: 7777202.

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

Color convert

RGB 178 171 118 -
CMYK 0 0.04 0.34 0.30
HSL 53º 0.28% 0.58% -
HSV(B) 53º 0.34% 0.7% -
XYZ 36.19 39.9 22.93 -
YUV 167.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 178 171 118 0 0.04 0.34 0.30 53 0.28 0.58
Hex B2 AB 76 0 4 22 1E 35 1C 3A
Octal 262 253 166 0 4 42 36 65 34 72
Binary 10110010 10101011 1110110 0 100 100010 11110 110101 11100 111010

Color Harmonies of #B2AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB76

Black with #B2AB76

Text Example


Text Example

White with #B2AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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