Html Css Color HEX #AFBE99 Sprout

📋 copy color: '#AFBE99'

red 175 ◦ green 190 ◦ blue 153

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

Shades of Sprout #AFBE99

Tints of Sprout #AFBE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 33.78%
G = 36.68%
B = 29.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#AFBE99 (or 0xAFBE99) is known color: Sprout. HEX triplet: AF, BE and 99. RGB value is (175,190,153). Sum of RGB (Red+Green+Blue) = 175+190+153=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE99 is #504166. Grayscale: #B5B5B5. Windows color (decimal): -5259623 or 10075823. OLE color: 10075823.

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

Color convert

RGB 175 190 153 -
CMYK 0.08 0 0.19 0.25
HSL 84.32º 0.22% 0.67% -
HSV(B) 84.32º 0.19% 0.75% -
XYZ 41.84 48.24 37.24 -
YUV 181.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 175 190 153 0.08 0 0.19 0.25 84.32 0.22 0.67
Hex AF BE 99 8 0 13 19 54 16 43
Octal 257 276 231 10 0 23 31 124 26 103
Binary 10101111 10111110 10011001 1000 0 10011 11001 1010100 10110 1000011

Color Harmonies of #AFBE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE99

Black with #AFBE99

Text Example


Text Example

White with #AFBE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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