Html Css Color HEX #B4AD80 Neutral Green

📋 copy color: '#B4AD80'

red 180 ◦ green 173 ◦ blue 128

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

Shades of Neutral Green #B4AD80

Tints of Neutral Green #B4AD80

RGB

 RED value IS 180 (70.7% from 255) = 37.42%

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 37.42%
G = 35.97%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4AD80 (or 0xB4AD80) is known color: Neutral Green. HEX triplet: B4, AD and 80. RGB value is (180,173,128). Sum of RGB (Red+Green+Blue) = 180+173+128=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD80 is #4B527F. Grayscale: #AAAAAA. Windows color (decimal): -4936320 or 8433076. OLE color: 8433076.

HSL color Cylindrical-coordinate representation of color #B4AD80: hue angle of 51.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4AD80 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 128 -
CMYK 0 0.04 0.29 0.29
HSL 51.92º 0.26% 0.6% -
HSV(B) 51.92º 0.29% 0.71% -
XYZ 37.66 41.15 26.38 -
YUV 169.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 180 173 128 0 0.04 0.29 0.29 51.92 0.26 0.6
Hex B4 AD 80 0 4 1D 1D 34 1A 3C
Octal 264 255 200 0 4 35 35 64 32 74
Binary 10110100 10101101 10000000 0 100 11101 11101 110100 11010 111100

Color Harmonies of #B4AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD80

Black with #B4AD80

Text Example


Text Example

White with #B4AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD80; }

 p { color: rgb(180,173,128); }

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

background-color css

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

 a { background-color: rgb(180,173,128); }

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

border-color css

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

 span { border-color: rgb(180,173,128); }

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