#AFBA48

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

Shades of Celery #AFBA48

Tints of Celery #AFBA48

Color information

#AFBA48 (or 0xAFBA48) is unknown color: approx Celery. HEX triplet: AF, BA and 48. RGB value is (175,186,72). Sum of RGB (Red+Green+Blue) = 175+186+72=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA48 is #5045B7. Grayscale: #AAAAAA. Windows color (decimal): -5260728 or 4766383. OLE color: 4766383.

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

Color convert

RGB17518672-
CMYK0.0600.610.27
HSL65.79º45.24%50.59%-
HSV(B)65.79º61.29%72.94%-
XYZ36.4144.712.84-
YUV169.7172.86131.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=40.42%
G=42.96%
B=16.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186720.0600.610.2765.7945.2450.59
HexAFBA48603D1B422d33
Octal2572721106075331025563
Binary101011111011101010010001100111101110111000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA48; }

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

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

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

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

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

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

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

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