Html Css Color HEX #AFCD96 Sprout

📋 copy color: '#AFCD96'

red 175 ◦ green 205 ◦ blue 150

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

Shades of Sprout #AFCD96

Tints of Sprout #AFCD96

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

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

R = 33.02%
G = 38.68%
B = 28.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#AFCD96 (or 0xAFCD96) is known color: Sprout. HEX triplet: AF, CD and 96. RGB value is (175,205,150). Sum of RGB (Red+Green+Blue) = 175+205+150=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD96 is #503269. Grayscale: #BDBDBD. Windows color (decimal): -5255786 or 9883055. OLE color: 9883055.

HSL color Cylindrical-coordinate representation of color #AFCD96: hue angle of 92.73º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCD96 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 150 -
CMYK 0.15 0 0.27 0.20
HSL 92.73º 0.35% 0.7% -
HSV(B) 92.73º 0.27% 0.8% -
XYZ 45.02 54.98 37.09 -
YUV 189.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 175 205 150 0.15 0 0.27 0.20 92.73 0.35 0.7
Hex AF CD 96 F 0 1B 14 5D 23 46
Octal 257 315 226 17 0 33 24 135 43 106
Binary 10101111 11001101 10010110 1111 0 11011 10100 1011101 100011 1000110

Color Harmonies of #AFCD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD96

Black with #AFCD96

Text Example


Text Example

White with #AFCD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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