Html Css Color HEX #AFC49B Sprout

📋 copy color: '#AFC49B'

red 175 ◦ green 196 ◦ blue 155

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

Shades of Sprout #AFC49B

Tints of Sprout #AFC49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 33.27%
G = 37.26%
B = 29.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#AFC49B (or 0xAFC49B) is known color: Sprout. HEX triplet: AF, C4 and 9B. RGB value is (175,196,155). Sum of RGB (Red+Green+Blue) = 175+196+155=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC49B is #503B64. Grayscale: #B9B9B9. Windows color (decimal): -5258085 or 10208431. OLE color: 10208431.

HSL color Cylindrical-coordinate representation of color #AFC49B: hue angle of 90.73º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC49B is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 155 -
CMYK 0.11 0 0.21 0.23
HSL 90.73º 0.26% 0.69% -
HSV(B) 90.73º 0.21% 0.77% -
XYZ 43.34 50.96 38.56 -
YUV 185.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 175 196 155 0.11 0 0.21 0.23 90.73 0.26 0.69
Hex AF C4 9B B 0 15 17 5B 1A 45
Octal 257 304 233 13 0 25 27 133 32 105
Binary 10101111 11000100 10011011 1011 0 10101 10111 1011011 11010 1000101

Color Harmonies of #AFC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC49B

Black with #AFC49B

Text Example


Text Example

White with #AFC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC49B; }

 p { color: rgb(175,196,155); }

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

background-color css

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

 a { background-color: rgb(175,196,155); }

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

border-color css

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

 span { border-color: rgb(175,196,155); }

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