#AFB854

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

Shades of Celery #AFB854

Tints of Celery #AFB854

Color information

#AFB854 (or 0xAFB854) is unknown color: approx Celery. HEX triplet: AF, B8 and 54. RGB value is (175,184,84). Sum of RGB (Red+Green+Blue) = 175+184+84=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB854 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB854 is #5047AB. Grayscale: #AAAAAA. Windows color (decimal): -5261228 or 5552303. OLE color: 5552303.

HSL color Cylindrical-coordinate representation of color #AFB854: hue angle of 65.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFB854 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB17518484-
CMYK0.0500.540.28
HSL65.4º41.32%52.55%-
HSV(B)65.4º54.35%72.16%-
XYZ36.4244.0414.97-
YUV169.9179.52131.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=39.50%
G=41.53%
B=18.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184840.0500.540.2865.441.3252.55
HexAFB85450361C412935
Octal2572701245066341015165
Binary101011111011100010101001010110110111001000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB854; }

 p { color: rgb(175,184,84); }

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

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

 a { background-color: rgb(175,184,84); }

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

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

 span { border-color: rgb(175,184,84); }

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