#AFBE40

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

Shades of Celery #AFBE40

Tints of Celery #AFBE40

Color information

#AFBE40 (or 0xAFBE40) is unknown color: approx Celery. HEX triplet: AF, BE and 40. RGB value is (175,190,64). Sum of RGB (Red+Green+Blue) = 175+190+64=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE40 is #5041BF. Grayscale: #ABABAB. Windows color (decimal): -5259712 or 4243119. OLE color: 4243119.

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

Color convert

RGB17519064-
CMYK0.0800.660.25
HSL67.14º49.61%49.8%-
HSV(B)67.14º66.32%74.51%-
XYZ37.0246.3111.84-
YUV171.1567.53130.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 64 (25.39% from 255) = 14.92%
R=40.79%
G=44.29%
B=14.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190640.0800.660.2567.1449.6149.8
HexAFBE40804219433232
Octal257276100100102311036262
Binary10101111101111101000000100001000010110011000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE40; }

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

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

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

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

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

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

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

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