#AFBE50

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

Shades of Celery #AFBE50

Tints of Celery #AFBE50

Color information

#AFBE50 (or 0xAFBE50) is unknown color: approx Celery. HEX triplet: AF, BE and 50. RGB value is (175,190,80). Sum of RGB (Red+Green+Blue) = 175+190+80=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE50 is #5041AF. Grayscale: #ADADAD. Windows color (decimal): -5259696 or 5291695. OLE color: 5291695.

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

Color convert

RGB17519080-
CMYK0.0800.580.25
HSL68.18º45.83%52.94%-
HSV(B)68.18º57.89%74.51%-
XYZ37.5446.5214.59-
YUV172.9875.53129.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 80 (31.64% from 255) = 17.98%
R=39.33%
G=42.70%
B=17.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190800.0800.580.2568.1845.8352.94
HexAFBE50803A19442e35
Octal25727612010072311045665
Binary1010111110111110101000010000111010110011000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE50; }

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

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

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

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

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

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

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

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