#AFBF96

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

Shades of Sprout #AFBF96

Tints of Sprout #AFBF96

Color information

#AFBF96 (or 0xAFBF96) is unknown color: approx Sprout. HEX triplet: AF, BF and 96. RGB value is (175,191,150). Sum of RGB (Red+Green+Blue) = 175+191+150=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF96 is #504069. Grayscale: #B5B5B5. Windows color (decimal): -5259370 or 9879471. OLE color: 9879471.

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

Color convert

RGB175191150-
CMYK0.0800.210.25
HSL83.41º24.26%66.86%-
HSV(B)83.41º21.47%74.9%-
XYZ41.8248.5836.03-
YUV181.54110.2123.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=33.91%
G=37.02%
B=29.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911500.0800.210.2583.4124.2666.86
HexAFBF96801519531843
Octal257277226100253112330103
Binary1010111110111111100101101000010101110011010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF96; }

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

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

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

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

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

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

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

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