#AFBA51

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

Shades of Celery #AFBA51

Tints of Celery #AFBA51

Color information

#AFBA51 (or 0xAFBA51) is unknown color: approx Celery. HEX triplet: AF, BA and 51. RGB value is (175,186,81). Sum of RGB (Red+Green+Blue) = 175+186+81=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA51 is #5045AE. Grayscale: #ABABAB. Windows color (decimal): -5260719 or 5356207. OLE color: 5356207.

HSL color Cylindrical-coordinate representation of color #AFBA51: hue angle of 66.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFBA51 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB17518681-
CMYK0.0600.560.27
HSL66.29º43.21%52.35%-
HSV(B)66.29º56.45%72.94%-
XYZ36.7244.8314.5-
YUV170.7477.36131.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=39.59%
G=42.08%
B=18.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186810.0600.560.2766.2943.2152.35
HexAFBA5160381B422b34
Octal2572721216070331025364
Binary101011111011101010100011100111000110111000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA51; }

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

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

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

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

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

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

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

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