#AFB44E

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

Shades of Celery #AFB44E

Tints of Celery #AFB44E

Color information

#AFB44E (or 0xAFB44E) is unknown color: approx Celery. HEX triplet: AF, B4 and 4E. RGB value is (175,180,78). Sum of RGB (Red+Green+Blue) = 175+180+78=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB44E is #504BB1. Grayscale: #A7A7A7. Windows color (decimal): -5262258 or 5158063. OLE color: 5158063.

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

Color convert

RGB17518078-
CMYK0.0300.570.29
HSL62.94º40.48%50.59%-
HSV(B)62.94º56.67%70.59%-
XYZ35.3842.3113.51-
YUV166.8877.84133.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=40.42%
G=41.57%
B=18.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180780.0300.570.2962.9440.4850.59
HexAFB44E30391D3f2833
Octal257264116307135775063
Binary1010111110110100100111011011100111101111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB44E; }

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

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

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

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

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

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

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

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