Html Css Color HEX #AFBF99 Sprout

📋 copy color: '#AFBF99'

red 175 ◦ green 191 ◦ blue 153

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

Shades of Sprout #AFBF99

Tints of Sprout #AFBF99

RGB

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

 GREEN value IS 191 (75% from 255) = 36.8%

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

R = 33.72%
G = 36.8%
B = 29.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#AFBF99 (or 0xAFBF99) is known color: Sprout. HEX triplet: AF, BF and 99. RGB value is (175,191,153). Sum of RGB (Red+Green+Blue) = 175+191+153=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF99 is #504066. Grayscale: #B6B6B6. Windows color (decimal): -5259367 or 10076079. OLE color: 10076079.

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

Color convert

RGB 175 191 153 -
CMYK 0.08 0 0.20 0.25
HSL 85.26º 0.23% 0.67% -
HSV(B) 85.26º 0.2% 0.75% -
XYZ 42.06 48.68 37.32 -
YUV 181.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 175 191 153 0.08 0 0.20 0.25 85.26 0.23 0.67
Hex AF BF 99 8 0 14 19 55 17 43
Octal 257 277 231 10 0 24 31 125 27 103
Binary 10101111 10111111 10011001 1000 0 10100 11001 1010101 10111 1000011

Color Harmonies of #AFBF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF99

Black with #AFBF99

Text Example


Text Example

White with #AFBF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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