Html Css Color HEX #AFBE9F Sprout

📋 copy color: '#AFBE9F'

red 175 ◦ green 190 ◦ blue 159

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

Shades of Sprout #AFBE9F

Tints of Sprout #AFBE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.26%

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 33.4%
G = 36.26%
B = 30.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#AFBE9F (or 0xAFBE9F) is known color: Sprout. HEX triplet: AF, BE and 9F. RGB value is (175,190,159). Sum of RGB (Red+Green+Blue) = 175+190+159=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE9F is #504160. Grayscale: #B6B6B6. Windows color (decimal): -5259617 or 10469039. OLE color: 10469039.

HSL color Cylindrical-coordinate representation of color #AFBE9F: hue angle of 89.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBE9F is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 159 -
CMYK 0.08 0 0.16 0.25
HSL 89.03º 0.19% 0.68% -
HSV(B) 89.03º 0.16% 0.75% -
XYZ 42.35 48.44 39.92 -
YUV 181.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 175 190 159 0.08 0 0.16 0.25 89.03 0.19 0.68
Hex AF BE 9F 8 0 10 19 59 13 44
Octal 257 276 237 10 0 20 31 131 23 104
Binary 10101111 10111110 10011111 1000 0 10000 11001 1011001 10011 1000100

Color Harmonies of #AFBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE9F

Black with #AFBE9F

Text Example


Text Example

White with #AFBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE9F; }

 p { color: rgb(175,190,159); }

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

background-color css

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

 a { background-color: rgb(175,190,159); }

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

border-color css

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

 span { border-color: rgb(175,190,159); }

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