Html Css Color HEX #B3AA7C Neutral Green

📋 copy color: '#B3AA7C'

red 179 ◦ green 170 ◦ blue 124

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

Shades of Neutral Green #B3AA7C

Tints of Neutral Green #B3AA7C

RGB

 RED value IS 179 (70.31% from 255) = 37.84%

 GREEN value IS 170 (66.8% from 255) = 35.94%

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

R = 37.84%
G = 35.94%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3AA7C (or 0xB3AA7C) is known color: Neutral Green. HEX triplet: B3, AA and 7C. RGB value is (179,170,124). Sum of RGB (Red+Green+Blue) = 179+170+124=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA7C is #4C5583. Grayscale: #A7A7A7. Windows color (decimal): -5002628 or 8170163. OLE color: 8170163.

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

Color convert

RGB 179 170 124 -
CMYK 0 0.05 0.31 0.30
HSL 50.18º 0.27% 0.59% -
HSV(B) 50.18º 0.31% 0.7% -
XYZ 36.6 39.79 24.82 -
YUV 167.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 179 170 124 0 0.05 0.31 0.30 50.18 0.27 0.59
Hex B3 AA 7C 0 5 1F 1E 32 1B 3B
Octal 263 252 174 0 5 37 36 62 33 73
Binary 10110011 10101010 1111100 0 101 11111 11110 110010 11011 111011

Color Harmonies of #B3AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA7C

Black with #B3AA7C

Text Example


Text Example

White with #B3AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA7C; }

 p { color: rgb(179,170,124); }

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

background-color css

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

 a { background-color: rgb(179,170,124); }

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

border-color css

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

 span { border-color: rgb(179,170,124); }

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