#AFBE56

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

Shades of Celery #AFBE56

Tints of Celery #AFBE56

Color information

#AFBE56 (or 0xAFBE56) is unknown color: approx Celery. HEX triplet: AF, BE and 56. RGB value is (175,190,86). Sum of RGB (Red+Green+Blue) = 175+190+86=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE56 is #5041A9. Grayscale: #AEAEAE. Windows color (decimal): -5259690 or 5684911. OLE color: 5684911.

HSL color Cylindrical-coordinate representation of color #AFBE56: hue angle of 68.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFBE56 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB17519086-
CMYK0.0800.550.25
HSL68.65º44.44%54.12%-
HSV(B)68.65º54.74%74.51%-
XYZ37.7746.6115.81-
YUV173.6678.53128.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=38.80%
G=42.13%
B=19.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190860.0800.550.2568.6544.4454.12
HexAFBE56803719452c36
Octal25727612610067311055466
Binary1010111110111110101011010000110111110011000101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE56; }

 p { color: rgb(175,190,86); }

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

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

 a { background-color: rgb(175,190,86); }

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

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

 span { border-color: rgb(175,190,86); }

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