Html Css Color HEX #B0AF83 Neutral Green

📋 copy color: '#B0AF83'

red 176 ◦ green 175 ◦ blue 131

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

Shades of Neutral Green #B0AF83

Tints of Neutral Green #B0AF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 36.51%
G = 36.31%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B0AF83 (or 0xB0AF83) is known color: Neutral Green. HEX triplet: B0, AF and 83. RGB value is (176,175,131). Sum of RGB (Red+Green+Blue) = 176+175+131=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF83 is #4F507C. Grayscale: #AAAAAA. Windows color (decimal): -5197949 or 8630192. OLE color: 8630192.

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

Color convert

RGB 176 175 131 -
CMYK 0 0.01 0.26 0.31
HSL 58.67º 0.22% 0.6% -
HSV(B) 58.67º 0.26% 0.69% -
XYZ 37.33 41.53 27.52 -
YUV 170.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 176 175 131 0 0.01 0.26 0.31 58.67 0.22 0.6
Hex B0 AF 83 0 1 1A 1F 3B 16 3C
Octal 260 257 203 0 1 32 37 73 26 74
Binary 10110000 10101111 10000011 0 1 11010 11111 111011 10110 111100

Color Harmonies of #B0AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF83

Black with #B0AF83

Text Example


Text Example

White with #B0AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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