Html Css Color HEX #B2AF83 Neutral Green

📋 copy color: '#B2AF83'

red 178 ◦ green 175 ◦ blue 131

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

Shades of Neutral Green #B2AF83

Tints of Neutral Green #B2AF83

RGB

 RED value IS 178 (69.92% from 255) = 36.78%

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

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

R = 36.78%
G = 36.16%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2AF83 (or 0xB2AF83) is known color: Neutral Green. HEX triplet: B2, AF and 83. RGB value is (178,175,131). Sum of RGB (Red+Green+Blue) = 178+175+131=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF83 is #4D507C. Grayscale: #ABABAB. Windows color (decimal): -5066877 or 8630194. OLE color: 8630194.

HSL color Cylindrical-coordinate representation of color #B2AF83: hue angle of 56.17º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AF83 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 131 -
CMYK 0 0.02 0.26 0.30
HSL 56.17º 0.23% 0.61% -
HSV(B) 56.17º 0.26% 0.7% -
XYZ 37.79 41.76 27.54 -
YUV 170.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 178 175 131 0 0.02 0.26 0.30 56.17 0.23 0.61
Hex B2 AF 83 0 2 1A 1E 38 17 3D
Octal 262 257 203 0 2 32 36 70 27 75
Binary 10110010 10101111 10000011 0 10 11010 11110 111000 10111 111101

Color Harmonies of #B2AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF83

Black with #B2AF83

Text Example


Text Example

White with #B2AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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