Html Css Color HEX #B3AA75 Neutral Green

📋 copy color: '#B3AA75'

red 179 ◦ green 170 ◦ blue 117

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

Shades of Neutral Green #B3AA75

Tints of Neutral Green #B3AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 38.41%
G = 36.48%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B3AA75 (or 0xB3AA75) is known color: Neutral Green. HEX triplet: B3, AA and 75. RGB value is (179,170,117). Sum of RGB (Red+Green+Blue) = 179+170+117=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA75 is #4C558A. Grayscale: #A6A6A6. Windows color (decimal): -5002635 or 7711411. OLE color: 7711411.

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

Color convert

RGB 179 170 117 -
CMYK 0 0.05 0.35 0.30
HSL 51.29º 0.29% 0.58% -
HSV(B) 51.29º 0.35% 0.7% -
XYZ 36.18 39.62 22.57 -
YUV 166.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 179 170 117 0 0.05 0.35 0.30 51.29 0.29 0.58
Hex B3 AA 75 0 5 23 1E 33 1D 3A
Octal 263 252 165 0 5 43 36 63 35 72
Binary 10110011 10101010 1110101 0 101 100011 11110 110011 11101 111010

Color Harmonies of #B3AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA75

Black with #B3AA75

Text Example


Text Example

White with #B3AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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