#AFBA50

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

Shades of Celery #AFBA50

Tints of Celery #AFBA50

Color information

#AFBA50 (or 0xAFBA50) is unknown color: approx Celery. HEX triplet: AF, BA and 50. RGB value is (175,186,80). Sum of RGB (Red+Green+Blue) = 175+186+80=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA50 is #5045AF. Grayscale: #ABABAB. Windows color (decimal): -5260720 or 5290671. OLE color: 5290671.

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

Color convert

RGB17518680-
CMYK0.0600.570.27
HSL66.23º43.44%52.16%-
HSV(B)66.23º56.99%72.94%-
XYZ36.6944.8114.31-
YUV170.6376.86131.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=39.68%
G=42.18%
B=18.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186800.0600.570.2766.2343.4452.16
HexAFBA5060391B422b34
Octal2572721206071331025364
Binary101011111011101010100001100111001110111000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA50; }

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

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

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

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

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

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

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

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