Html Css Color HEX #B0AF81 Neutral Green

📋 copy color: '#B0AF81'

red 176 ◦ green 175 ◦ blue 129

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

Shades of Neutral Green #B0AF81

Tints of Neutral Green #B0AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 36.67%
G = 36.46%
B = 26.88%

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

#B0AF81 (or 0xB0AF81) is known color: Neutral Green. HEX triplet: B0, AF and 81. RGB value is (176,175,129). Sum of RGB (Red+Green+Blue) = 176+175+129=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF81 is #4F507E. Grayscale: #AAAAAA. Windows color (decimal): -5197951 or 8499120. OLE color: 8499120.

HSL color Cylindrical-coordinate representation of color #B0AF81: hue angle of 58.72º 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 #B0AF81 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 129 -
CMYK 0 0.01 0.27 0.31
HSL 58.72º 0.23% 0.6% -
HSV(B) 58.72º 0.27% 0.69% -
XYZ 37.2 41.48 26.81 -
YUV 170.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 176 175 129 0 0.01 0.27 0.31 58.72 0.23 0.6
Hex B0 AF 81 0 1 1B 1F 3B 17 3C
Octal 260 257 201 0 1 33 37 73 27 74
Binary 10110000 10101111 10000001 0 1 11011 11111 111011 10111 111100

Color Harmonies of #B0AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF81

Black with #B0AF81

Text Example


Text Example

White with #B0AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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