Html Css Color HEX #AFC29B Sprout

📋 copy color: '#AFC29B'

red 175 ◦ green 194 ◦ blue 155

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

Shades of Sprout #AFC29B

Tints of Sprout #AFC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

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

R = 33.4%
G = 37.02%
B = 29.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#AFC29B (or 0xAFC29B) is known color: Sprout. HEX triplet: AF, C2 and 9B. RGB value is (175,194,155). Sum of RGB (Red+Green+Blue) = 175+194+155=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC29B is #503D64. Grayscale: #B8B8B8. Windows color (decimal): -5258597 or 10207919. OLE color: 10207919.

HSL color Cylindrical-coordinate representation of color #AFC29B: hue angle of 89.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC29B is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 155 -
CMYK 0.10 0 0.20 0.24
HSL 89.23º 0.24% 0.68% -
HSV(B) 89.23º 0.2% 0.76% -
XYZ 42.89 50.06 38.41 -
YUV 183.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 175 194 155 0.10 0 0.20 0.24 89.23 0.24 0.68
Hex AF C2 9B A 0 14 18 59 18 44
Octal 257 302 233 12 0 24 30 131 30 104
Binary 10101111 11000010 10011011 1010 0 10100 11000 1011001 11000 1000100

Color Harmonies of #AFC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC29B

Black with #AFC29B

Text Example


Text Example

White with #AFC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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