#AFBE44

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

Shades of Celery #AFBE44

Tints of Celery #AFBE44

Color information

#AFBE44 (or 0xAFBE44) is unknown color: approx Celery. HEX triplet: AF, BE and 44. RGB value is (175,190,68). Sum of RGB (Red+Green+Blue) = 175+190+68=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE44 is #5041BB. Grayscale: #ACACAC. Windows color (decimal): -5259708 or 4505263. OLE color: 4505263.

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

Color convert

RGB17519068-
CMYK0.0800.640.25
HSL67.38º48.41%50.59%-
HSV(B)67.38º64.21%74.51%-
XYZ37.1446.3612.46-
YUV171.6169.53130.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 68 (26.95% from 255) = 15.70%
R=40.42%
G=43.88%
B=15.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190680.0800.640.2567.3848.4150.59
HexAFBE44804019433033
Octal257276104100100311036063
Binary10101111101111101000100100001000000110011000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE44; }

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

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

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

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

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

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

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

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