#AFBE96

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

Shades of Sprout #AFBE96

Tints of Sprout #AFBE96

Color information

#AFBE96 (or 0xAFBE96) is unknown color: approx Sprout. HEX triplet: AF, BE and 96. RGB value is (175,190,150). Sum of RGB (Red+Green+Blue) = 175+190+150=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE96 is #504169. Grayscale: #B5B5B5. Windows color (decimal): -5259626 or 9879215. OLE color: 9879215.

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

Color convert

RGB175190150-
CMYK0.0800.210.25
HSL82.5º23.53%66.67%-
HSV(B)82.5º21.05%74.51%-
XYZ41.648.1435.95-
YUV180.96110.53123.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=33.98%
G=36.89%
B=29.13%

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
Decimal1751901500.0800.210.2582.523.5366.67
HexAFBE96801519521843
Octal257276226100253112230103
Binary1010111110111110100101101000010101110011010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE96; }

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

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

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

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

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

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

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

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