Html Css Color HEX #B2A97D Neutral Green

📋 copy color: '#B2A97D'

red 178 ◦ green 169 ◦ blue 125

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

Shades of Neutral Green #B2A97D

Tints of Neutral Green #B2A97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 37.71%
G = 35.81%
B = 26.48%

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

#B2A97D (or 0xB2A97D) is known color: Neutral Green. HEX triplet: B2, A9 and 7D. RGB value is (178,169,125). Sum of RGB (Red+Green+Blue) = 178+169+125=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A97D is #4D5682. Grayscale: #A6A6A6. Windows color (decimal): -5068419 or 8235442. OLE color: 8235442.

HSL color Cylindrical-coordinate representation of color #B2A97D: hue angle of 49.81º 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 #B2A97D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 125 -
CMYK 0 0.05 0.30 0.30
HSL 49.81º 0.26% 0.59% -
HSV(B) 49.81º 0.3% 0.7% -
XYZ 36.25 39.32 25.08 -
YUV 166.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 178 169 125 0 0.05 0.30 0.30 49.81 0.26 0.59
Hex B2 A9 7D 0 5 1E 1E 32 1A 3B
Octal 262 251 175 0 5 36 36 62 32 73
Binary 10110010 10101001 1111101 0 101 11110 11110 110010 11010 111011

Color Harmonies of #B2A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A97D

Black with #B2A97D

Text Example


Text Example

White with #B2A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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