Html Css Color HEX #AFC996 Sprout

📋 copy color: '#AFC996'

red 175 ◦ green 201 ◦ blue 150

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

Shades of Sprout #AFC996

Tints of Sprout #AFC996

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

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

R = 33.27%
G = 38.21%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#AFC996 (or 0xAFC996) is known color: Sprout. HEX triplet: AF, C9 and 96. RGB value is (175,201,150). Sum of RGB (Red+Green+Blue) = 175+201+150=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC996 is #503669. Grayscale: #BBBBBB. Windows color (decimal): -5256810 or 9882031. OLE color: 9882031.

HSL color Cylindrical-coordinate representation of color #AFC996: hue angle of 90.59º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC996 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 150 -
CMYK 0.13 0 0.25 0.21
HSL 90.59º 0.32% 0.69% -
HSV(B) 90.59º 0.25% 0.79% -
XYZ 44.07 53.09 36.78 -
YUV 187.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 175 201 150 0.13 0 0.25 0.21 90.59 0.32 0.69
Hex AF C9 96 D 0 19 15 5B 20 45
Octal 257 311 226 15 0 31 25 133 40 105
Binary 10101111 11001001 10010110 1101 0 11001 10101 1011011 100000 1000101

Color Harmonies of #AFC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC996

Black with #AFC996

Text Example


Text Example

White with #AFC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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