#AFBE95

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

Shades of Sprout #AFBE95

Tints of Sprout #AFBE95

Color information

#AFBE95 (or 0xAFBE95) is unknown color: approx Sprout. HEX triplet: AF, BE and 95. RGB value is (175,190,149). Sum of RGB (Red+Green+Blue) = 175+190+149=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE95 is #50416A. Grayscale: #B4B4B4. Windows color (decimal): -5259627 or 9813679. OLE color: 9813679.

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

Color convert

RGB175190149-
CMYK0.0800.220.25
HSL81.95º23.98%66.47%-
HSV(B)81.95º21.58%74.51%-
XYZ41.5248.1135.53-
YUV180.84110.03123.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=34.05%
G=36.96%
B=28.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901490.0800.220.2581.9523.9866.47
HexAFBE95801619521842
Octal257276225100263112230102
Binary1010111110111110100101011000010110110011010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE95; }

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

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

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

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

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

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

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

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