#AFBE59

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

Shades of Celery #AFBE59

Tints of Celery #AFBE59

Color information

#AFBE59 (or 0xAFBE59) is unknown color: approx Celery. HEX triplet: AF, BE and 59. RGB value is (175,190,89). Sum of RGB (Red+Green+Blue) = 175+190+89=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE59 is #5041A6. Grayscale: #AEAEAE. Windows color (decimal): -5259687 or 5881519. OLE color: 5881519.

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

Color convert

RGB17519089-
CMYK0.0800.530.25
HSL68.91º43.72%54.71%-
HSV(B)68.91º53.16%74.51%-
XYZ37.946.6616.46-
YUV17480.03128.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 89 (35.16% from 255) = 19.60%
R=38.55%
G=41.85%
B=19.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190890.0800.530.2568.9143.7254.71
HexAFBE59803519452c37
Octal25727613110065311055467
Binary1010111110111110101100110000110101110011000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE59; }

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

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

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

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

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

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

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

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