#AFB44A

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

Shades of Celery #AFB44A

Tints of Celery #AFB44A

Color information

#AFB44A (or 0xAFB44A) is unknown color: approx Celery. HEX triplet: AF, B4 and 4A. RGB value is (175,180,74). Sum of RGB (Red+Green+Blue) = 175+180+74=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB44A is #504BB5. Grayscale: #A6A6A6. Windows color (decimal): -5262262 or 4895919. OLE color: 4895919.

HSL color Cylindrical-coordinate representation of color #AFB44A: hue angle of 62.83º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB44A is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB17518074-
CMYK0.0300.590.29
HSL62.83º41.73%49.8%-
HSV(B)62.83º58.89%70.59%-
XYZ35.2442.2512.78-
YUV166.4275.84134.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=40.79%
G=41.96%
B=17.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180740.0300.590.2962.8341.7349.8
HexAFB44A303B1D3f2a32
Octal257264112307335775262
Binary1010111110110100100101011011101111101111111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB44A; }

 p { color: rgb(175,180,74); }

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

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

 a { background-color: rgb(175,180,74); }

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

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

 span { border-color: rgb(175,180,74); }

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