#AFBE52

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

Shades of Celery #AFBE52

Tints of Celery #AFBE52

Color information

#AFBE52 (or 0xAFBE52) is unknown color: approx Celery. HEX triplet: AF, BE and 52. RGB value is (175,190,82). Sum of RGB (Red+Green+Blue) = 175+190+82=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE52 is #5041AD. Grayscale: #ADADAD. Windows color (decimal): -5259694 or 5422767. OLE color: 5422767.

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

Color convert

RGB17519082-
CMYK0.0800.570.25
HSL68.33º45.38%53.33%-
HSV(B)68.33º56.84%74.51%-
XYZ37.6246.5514.99-
YUV173.276.53129.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=39.15%
G=42.51%
B=18.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190820.0800.570.2568.3345.3853.33
HexAFBE52803919442d35
Octal25727612210071311045565
Binary1010111110111110101001010000111001110011000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE52; }

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

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

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

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

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

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

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

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