#AFBF51

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

Shades of Celery #AFBF51

Tints of Celery #AFBF51

Color information

#AFBF51 (or 0xAFBF51) is unknown color: approx Celery. HEX triplet: AF, BF and 51. RGB value is (175,191,81). Sum of RGB (Red+Green+Blue) = 175+191+81=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF51 is #5040AE. Grayscale: #AEAEAE. Windows color (decimal): -5259439 or 5357487. OLE color: 5357487.

HSL color Cylindrical-coordinate representation of color #AFBF51: hue angle of 68.73º 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 #AFBF51 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB17519181-
CMYK0.0800.580.25
HSL68.73º46.22%53.33%-
HSV(B)68.73º57.59%74.9%-
XYZ37.846.9714.86-
YUV173.6875.7128.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=39.15%
G=42.73%
B=18.12%

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
Decimal175191810.0800.580.2568.7346.2253.33
HexAFBF51803A19452e35
Octal25727712110072311055665
Binary1010111110111111101000110000111010110011000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF51; }

 p { color: rgb(175,191,81); }

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

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

 a { background-color: rgb(175,191,81); }

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

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

 span { border-color: rgb(175,191,81); }

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