#AFBA58

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

Shades of Celery #AFBA58

Tints of Celery #AFBA58

Color information

#AFBA58 (or 0xAFBA58) is unknown color: approx Celery. HEX triplet: AF, BA and 58. RGB value is (175,186,88). Sum of RGB (Red+Green+Blue) = 175+186+88=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA58 is #5045A7. Grayscale: #ABABAB. Windows color (decimal): -5260712 or 5814959. OLE color: 5814959.

HSL color Cylindrical-coordinate representation of color #AFBA58: hue angle of 66.73º 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 #AFBA58 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB17518688-
CMYK0.0600.530.27
HSL66.73º41.53%53.73%-
HSV(B)66.73º52.69%72.94%-
XYZ3744.9415.96-
YUV171.5480.86130.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 88 (34.77% from 255) = 19.60%
R=38.98%
G=41.43%
B=19.60%

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
Decimal175186880.0600.530.2766.7341.5353.73
HexAFBA5860351B432a36
Octal2572721306065331035266
Binary101011111011101010110001100110101110111000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA58; }

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

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

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

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

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

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

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

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