#AFBF99

Color #AFBF99 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #AFBF99

Tints of Sprout #AFBF99

Color information

#AFBF99 (or 0xAFBF99) is unknown color: approx 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

RGB175191153-
CMYK0.0800.200.25
HSL85.26º22.89%67.45%-
HSV(B)85.26º19.9%74.9%-
XYZ42.0648.6837.32-
YUV181.88111.7123.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=33.72%
G=36.80%
B=29.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911530.0800.200.2585.2622.8967.45
HexAFBF99801419551743
Octal257277231100243112527103
Binary1010111110111111100110011000010100110011010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>