Html Css Color HEX #B3AD7F Neutral Green

📋 copy color: '#B3AD7F'

red 179 ◦ green 173 ◦ blue 127

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

Shades of Neutral Green #B3AD7F

Tints of Neutral Green #B3AD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 127 (50% from 255) = 26.51%

R = 37.37%
G = 36.12%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3AD7F (or 0xB3AD7F) is known color: Neutral Green. HEX triplet: B3, AD and 7F. RGB value is (179,173,127). Sum of RGB (Red+Green+Blue) = 179+173+127=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD7F is #4C5280. Grayscale: #A9A9A9. Windows color (decimal): -5001857 or 8367539. OLE color: 8367539.

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

Color convert

RGB 179 173 127 -
CMYK 0 0.03 0.29 0.30
HSL 53.08º 0.25% 0.6% -
HSV(B) 53.08º 0.29% 0.7% -
XYZ 37.36 41 26.02 -
YUV 169.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 179 173 127 0 0.03 0.29 0.30 53.08 0.25 0.6
Hex B3 AD 7F 0 3 1D 1E 35 19 3C
Octal 263 255 177 0 3 35 36 65 31 74
Binary 10110011 10101101 1111111 0 11 11101 11110 110101 11001 111100

Color Harmonies of #B3AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD7F

Black with #B3AD7F

Text Example


Text Example

White with #B3AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD7F; }

 p { color: rgb(179,173,127); }

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

background-color css

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

 a { background-color: rgb(179,173,127); }

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

border-color css

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

 span { border-color: rgb(179,173,127); }

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