#AFBB49

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

Shades of Celery #AFBB49

Tints of Celery #AFBB49

Color information

#AFBB49 (or 0xAFBB49) is unknown color: approx Celery. HEX triplet: AF, BB and 49. RGB value is (175,187,73). Sum of RGB (Red+Green+Blue) = 175+187+73=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB49 is #5044B6. Grayscale: #AAAAAA. Windows color (decimal): -5260471 or 4832175. OLE color: 4832175.

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

Color convert

RGB17518773-
CMYK0.0600.610.27
HSL66.32º45.6%50.98%-
HSV(B)66.32º60.96%73.33%-
XYZ36.6545.1413.08-
YUV170.4273.02131.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=40.23%
G=42.99%
B=16.78%

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
Decimal175187730.0600.610.2766.3245.650.98
HexAFBB49603D1B422e33
Octal2572731116075331025663
Binary101011111011101110010011100111101110111000010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB49; }

 p { color: rgb(175,187,73); }

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

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

 a { background-color: rgb(175,187,73); }

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

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

 span { border-color: rgb(175,187,73); }

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