Html Css Color HEX #AFC695 Sprout

📋 copy color: '#AFC695'

red 175 ◦ green 198 ◦ blue 149

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

Shades of Sprout #AFC695

Tints of Sprout #AFC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 33.52%
G = 37.93%
B = 28.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#AFC695 (or 0xAFC695) is known color: Sprout. HEX triplet: AF, C6 and 95. RGB value is (175,198,149). Sum of RGB (Red+Green+Blue) = 175+198+149=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC695 is #50396A. Grayscale: #B9B9B9. Windows color (decimal): -5257579 or 9815727. OLE color: 9815727.

HSL color Cylindrical-coordinate representation of color #AFC695: hue angle of 88.16º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC695 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 149 -
CMYK 0.12 0 0.25 0.22
HSL 88.16º 0.3% 0.68% -
HSV(B) 88.16º 0.25% 0.78% -
XYZ 43.3 51.67 36.13 -
YUV 185.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 175 198 149 0.12 0 0.25 0.22 88.16 0.3 0.68
Hex AF C6 95 C 0 19 16 58 1E 44
Octal 257 306 225 14 0 31 26 130 36 104
Binary 10101111 11000110 10010101 1100 0 11001 10110 1011000 11110 1000100

Color Harmonies of #AFC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC695

Black with #AFC695

Text Example


Text Example

White with #AFC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC695; }

 p { color: rgb(175,198,149); }

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

background-color css

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

 a { background-color: rgb(175,198,149); }

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

border-color css

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

 span { border-color: rgb(175,198,149); }

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