Html Css Color HEX #AFC992 Sprout

📋 copy color: '#AFC992'

red 175 ◦ green 201 ◦ blue 146

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

Shades of Sprout #AFC992

Tints of Sprout #AFC992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.97%

R = 33.52%
G = 38.51%
B = 27.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#AFC992 (or 0xAFC992) is known color: Sprout. HEX triplet: AF, C9 and 92. RGB value is (175,201,146). Sum of RGB (Red+Green+Blue) = 175+201+146=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC992 is #50366D. Grayscale: #BBBBBB. Windows color (decimal): -5256814 or 9619887. OLE color: 9619887.

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

Color convert

RGB 175 201 146 -
CMYK 0.13 0 0.27 0.21
HSL 88.36º 0.34% 0.68% -
HSV(B) 88.36º 0.27% 0.79% -
XYZ 43.75 52.96 35.11 -
YUV 186.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 175 201 146 0.13 0 0.27 0.21 88.36 0.34 0.68
Hex AF C9 92 D 0 1B 15 58 22 44
Octal 257 311 222 15 0 33 25 130 42 104
Binary 10101111 11001001 10010010 1101 0 11011 10101 1011000 100010 1000100

Color Harmonies of #AFC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC992

Black with #AFC992

Text Example


Text Example

White with #AFC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC992; }

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

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

background-color css

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

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

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

border-color css

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

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

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