Html Css Color HEX #B2A97C Neutral Green

📋 copy color: '#B2A97C'

red 178 ◦ green 169 ◦ blue 124

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

Shades of Neutral Green #B2A97C

Tints of Neutral Green #B2A97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 37.79%
G = 35.88%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2A97C (or 0xB2A97C) is known color: Neutral Green. HEX triplet: B2, A9 and 7C. RGB value is (178,169,124). Sum of RGB (Red+Green+Blue) = 178+169+124=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A97C is #4D5683. Grayscale: #A6A6A6. Windows color (decimal): -5068420 or 8169906. OLE color: 8169906.

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

Color convert

RGB 178 169 124 -
CMYK 0 0.05 0.30 0.30
HSL 50º 0.26% 0.59% -
HSV(B) 50º 0.3% 0.7% -
XYZ 36.19 39.3 24.75 -
YUV 166.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 178 169 124 0 0.05 0.30 0.30 50 0.26 0.59
Hex B2 A9 7C 0 5 1E 1E 32 1A 3B
Octal 262 251 174 0 5 36 36 62 32 73
Binary 10110010 10101001 1111100 0 101 11110 11110 110010 11010 111011

Color Harmonies of #B2A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A97C

Black with #B2A97C

Text Example


Text Example

White with #B2A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A97C; }

 p { color: rgb(178,169,124); }

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

background-color css

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

 a { background-color: rgb(178,169,124); }

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

border-color css

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

 span { border-color: rgb(178,169,124); }

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