#AFBF94

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

Shades of Sprout #AFBF94

Tints of Sprout #AFBF94

Color information

#AFBF94 (or 0xAFBF94) is unknown color: approx Sprout. HEX triplet: AF, BF and 94. RGB value is (175,191,148). Sum of RGB (Red+Green+Blue) = 175+191+148=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF94 is #50406B. Grayscale: #B5B5B5. Windows color (decimal): -5259372 or 9748399. OLE color: 9748399.

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

Color convert

RGB175191148-
CMYK0.0800.230.25
HSL82.33º25.15%66.47%-
HSV(B)82.33º22.51%74.9%-
XYZ41.6648.5135.19-
YUV181.31109.2123.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=34.05%
G=37.16%
B=28.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911480.0800.230.2582.3325.1566.47
HexAFBF94801719521942
Octal257277224100273112231102
Binary1010111110111111100101001000010111110011010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF94; }

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

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

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

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

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

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

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

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