#AFBE53

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

Shades of Celery #AFBE53

Tints of Celery #AFBE53

Color information

#AFBE53 (or 0xAFBE53) is unknown color: approx Celery. HEX triplet: AF, BE and 53. RGB value is (175,190,83). Sum of RGB (Red+Green+Blue) = 175+190+83=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE53 is #5041AC. Grayscale: #ADADAD. Windows color (decimal): -5259693 or 5488303. OLE color: 5488303.

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

Color convert

RGB17519083-
CMYK0.0800.560.25
HSL68.41º45.15%53.53%-
HSV(B)68.41º56.32%74.51%-
XYZ37.6546.5715.19-
YUV173.3277.03129.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 83 (32.81% from 255) = 18.53%
R=39.06%
G=42.41%
B=18.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190830.0800.560.2568.4145.1553.53
HexAFBE53803819442d36
Octal25727612310070311045566
Binary1010111110111110101001110000111000110011000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE53; }

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

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

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

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

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

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

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

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