#AFBF98

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

Shades of Sprout #AFBF98

Tints of Sprout #AFBF98

Color information

#AFBF98 (or 0xAFBF98) is unknown color: approx Sprout. HEX triplet: AF, BF and 98. RGB value is (175,191,152). Sum of RGB (Red+Green+Blue) = 175+191+152=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF98 is #504067. Grayscale: #B5B5B5. Windows color (decimal): -5259368 or 10010543. OLE color: 10010543.

HSL color Cylindrical-coordinate representation of color #AFBF98: hue angle of 84.62º 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 #AFBF98 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB175191152-
CMYK0.0800.200.25
HSL84.62º23.35%67.25%-
HSV(B)84.62º20.42%74.9%-
XYZ41.9848.6436.88-
YUV181.77111.2123.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=33.78%
G=36.87%
B=29.34%

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
Decimal1751911520.0800.200.2584.6223.3567.25
HexAFBF98801419551743
Octal257277230100243112527103
Binary1010111110111111100110001000010100110011010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF98; }

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

 H1.HeaderClassName
 {
   color: #AFBF98;
 }
 .AnyTagClassName
 {
   color: #AFBF98;
 }
</style>
background-color css

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

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

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

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

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

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