Html Css Color HEX #B0A97C Neutral Green

📋 copy color: '#B0A97C'

red 176 ◦ green 169 ◦ blue 124

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

Shades of Neutral Green #B0A97C

Tints of Neutral Green #B0A97C

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

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

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

R = 37.53%
G = 36.03%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0A97C (or 0xB0A97C) is known color: Neutral Green. HEX triplet: B0, A9 and 7C. RGB value is (176,169,124). Sum of RGB (Red+Green+Blue) = 176+169+124=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A97C is #4F5683. Grayscale: #A6A6A6. Windows color (decimal): -5199492 or 8169904. OLE color: 8169904.

HSL color Cylindrical-coordinate representation of color #B0A97C: hue angle of 51.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0A97C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 124 -
CMYK 0 0.04 0.30 0.31
HSL 51.92º 0.25% 0.59% -
HSV(B) 51.92º 0.3% 0.69% -
XYZ 35.73 39.06 24.73 -
YUV 165.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 176 169 124 0 0.04 0.30 0.31 51.92 0.25 0.59
Hex B0 A9 7C 0 4 1E 1F 34 19 3B
Octal 260 251 174 0 4 36 37 64 31 73
Binary 10110000 10101001 1111100 0 100 11110 11111 110100 11001 111011

Color Harmonies of #B0A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A97C

Black with #B0A97C

Text Example


Text Example

White with #B0A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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