#AFBA40

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

Shades of Celery #AFBA40

Tints of Celery #AFBA40

Color information

#AFBA40 (or 0xAFBA40) is unknown color: approx Celery. HEX triplet: AF, BA and 40. RGB value is (175,186,64). Sum of RGB (Red+Green+Blue) = 175+186+64=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA40 is #5045BF. Grayscale: #A9A9A9. Windows color (decimal): -5260736 or 4242095. OLE color: 4242095.

HSL color Cylindrical-coordinate representation of color #AFBA40: hue angle of 65.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFBA40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB17518664-
CMYK0.0600.660.27
HSL65.41º48.8%49.02%-
HSV(B)65.41º65.59%72.94%-
XYZ36.1644.611.55-
YUV168.868.86132.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=41.18%
G=43.76%
B=15.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186640.0600.660.2765.4148.849.02
HexAFBA4060421B413131
Octal25727210060102331016161
Binary1010111110111010100000011001000010110111000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA40; }

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

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

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

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

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

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

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

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