#AFBA57

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

Shades of Celery #AFBA57

Tints of Celery #AFBA57

Color information

#AFBA57 (or 0xAFBA57) is unknown color: approx Celery. HEX triplet: AF, BA and 57. RGB value is (175,186,87). Sum of RGB (Red+Green+Blue) = 175+186+87=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA57 is #5045A8. Grayscale: #ABABAB. Windows color (decimal): -5260713 or 5749423. OLE color: 5749423.

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

Color convert

RGB17518687-
CMYK0.0600.530.27
HSL66.67º41.77%53.53%-
HSV(B)66.67º53.23%72.94%-
XYZ36.9644.9215.74-
YUV171.4280.36130.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 87 (34.38% from 255) = 19.42%
R=39.06%
G=41.52%
B=19.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186870.0600.530.2766.6741.7753.53
HexAFBA5760351B432a36
Octal2572721276065331035266
Binary101011111011101010101111100110101110111000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA57; }

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

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

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

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

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

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

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

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