#AFBB59

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

Shades of Celery #AFBB59

Tints of Celery #AFBB59

Color information

#AFBB59 (or 0xAFBB59) is unknown color: approx Celery. HEX triplet: AF, BB and 59. RGB value is (175,187,89). Sum of RGB (Red+Green+Blue) = 175+187+89=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB59 is #5044A6. Grayscale: #ACACAC. Windows color (decimal): -5260455 or 5880751. OLE color: 5880751.

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

Color convert

RGB17518789-
CMYK0.0600.520.27
HSL67.35º41.88%54.12%-
HSV(B)67.35º52.41%73.33%-
XYZ37.2545.3816.25-
YUV172.2481.02129.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 89 (35.16% from 255) = 19.73%
R=38.80%
G=41.46%
B=19.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187890.0600.520.2767.3541.8854.12
HexAFBB5960341B432a36
Octal2572731316064331035266
Binary101011111011101110110011100110100110111000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB59; }

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

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

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

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

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

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

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

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