#afc853

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

Shades of Celery #AFC853

Tints of Celery #AFC853

Color information

#AFC853 (or 0xAFC853) is unknown color: approx Celery. HEX triplet: AF, C8 and 53. RGB value is (175,200,83). Sum of RGB (Red+Green+Blue) = 175+200+83=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC853 is #5037AC. Grayscale: #B3B3B3. Windows color (decimal): -5257133 or 5490863. OLE color: 5490863.

HSL color Cylindrical-coordinate representation of color #AFC853: hue angle of 72.82º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFC853 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB17520083-
CMYK0.1200.580.22
HSL72.82º51.54%55.49%-
HSV(B)72.82º58.5%78.43%-
XYZ39.8951.0515.93-
YUV179.1973.72125.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 83 (32.81% from 255) = 18.12%
R=38.21%
G=43.67%
B=18.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175200830.1200.580.2272.8251.5455.49
HexAFC853C03A16493437
Octal25731012314072261116467
Binary1010111111001000101001111000111010101101001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afc853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afc853; }

 p { color: rgb(175,200,83); }

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

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

 a { background-color: rgb(175,200,83); }

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

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

 span { border-color: rgb(175,200,83); }

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