Html Css Color HEX #B0AF80 Neutral Green

📋 copy color: '#B0AF80'

red 176 ◦ green 175 ◦ blue 128

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

Shades of Neutral Green #B0AF80

Tints of Neutral Green #B0AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

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

R = 36.74%
G = 36.53%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B0AF80 (or 0xB0AF80) is known color: Neutral Green. HEX triplet: B0, AF and 80. RGB value is (176,175,128). Sum of RGB (Red+Green+Blue) = 176+175+128=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF80 is #4F507F. Grayscale: #AAAAAA. Windows color (decimal): -5197952 or 8433584. OLE color: 8433584.

HSL color Cylindrical-coordinate representation of color #B0AF80: hue angle of 58.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0AF80 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 128 -
CMYK 0 0.01 0.27 0.31
HSL 58.75º 0.23% 0.6% -
HSV(B) 58.75º 0.27% 0.69% -
XYZ 37.13 41.45 26.47 -
YUV 169.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 176 175 128 0 0.01 0.27 0.31 58.75 0.23 0.6
Hex B0 AF 80 0 1 1B 1F 3B 17 3C
Octal 260 257 200 0 1 33 37 73 27 74
Binary 10110000 10101111 10000000 0 1 11011 11111 111011 10111 111100

Color Harmonies of #B0AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF80

Black with #B0AF80

Text Example


Text Example

White with #B0AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF80; }

 p { color: rgb(176,175,128); }

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

background-color css

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

 a { background-color: rgb(176,175,128); }

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

border-color css

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

 span { border-color: rgb(176,175,128); }

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