Html Css Color HEX #AFB996 Green Spring

📋 copy color: '#AFB996'

red 175 ◦ green 185 ◦ blue 150

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

Shades of Green Spring #AFB996

Tints of Green Spring #AFB996

RGB

 RED value IS 175 (68.75% from 255) = 34.31%

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 34.31%
G = 36.27%
B = 29.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#AFB996 (or 0xAFB996) is known color: Green Spring. HEX triplet: AF, B9 and 96. RGB value is (175,185,150). Sum of RGB (Red+Green+Blue) = 175+185+150=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB996 is #504669. Grayscale: #B2B2B2. Windows color (decimal): -5260906 or 9877935. OLE color: 9877935.

HSL color Cylindrical-coordinate representation of color #AFB996: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB996 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 150 -
CMYK 0.05 0 0.19 0.27
HSL 77.14º 0.2% 0.66% -
HSV(B) 77.14º 0.19% 0.73% -
XYZ 40.53 46.01 35.6 -
YUV 178.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 175 185 150 0.05 0 0.19 0.27 77.14 0.2 0.66
Hex AF B9 96 5 0 13 1B 4D 14 42
Octal 257 271 226 5 0 23 33 115 24 102
Binary 10101111 10111001 10010110 101 0 10011 11011 1001101 10100 1000010

Color Harmonies of #AFB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB996

Black with #AFB996

Text Example


Text Example

White with #AFB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB996; }

 p { color: rgb(175,185,150); }

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

background-color css

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

 a { background-color: rgb(175,185,150); }

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

border-color css

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

 span { border-color: rgb(175,185,150); }

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