#AFBA55

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

Shades of Celery #AFBA55

Tints of Celery #AFBA55

Color information

#AFBA55 (or 0xAFBA55) is unknown color: approx Celery. HEX triplet: AF, BA and 55. RGB value is (175,186,85). Sum of RGB (Red+Green+Blue) = 175+186+85=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA55 is #5045AA. Grayscale: #ABABAB. Windows color (decimal): -5260715 or 5618351. OLE color: 5618351.

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

Color convert

RGB17518685-
CMYK0.0600.540.27
HSL66.53º42.26%53.14%-
HSV(B)66.53º54.3%72.94%-
XYZ36.8844.8915.31-
YUV171.279.36130.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=39.24%
G=41.70%
B=19.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186850.0600.540.2766.5342.2653.14
HexAFBA5560361B432a35
Octal2572721256066331035265
Binary101011111011101010101011100110110110111000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA55; }

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

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

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

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

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

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

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

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