#AFB73F

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

Shades of Celery #AFB73F

Tints of Celery #AFB73F

Color information

#AFB73F (or 0xAFB73F) is unknown color: approx Celery. HEX triplet: AF, B7 and 3F. RGB value is (175,183,63). Sum of RGB (Red+Green+Blue) = 175+183+63=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB73F is #5048C0. Grayscale: #A7A7A7. Windows color (decimal): -5261505 or 4175791. OLE color: 4175791.

HSL color Cylindrical-coordinate representation of color #AFB73F: hue angle of 64º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB73F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB17518363-
CMYK0.0400.660.28
HSL64º48.78%48.24%-
HSV(B)64º65.57%71.76%-
XYZ35.5143.3411.2-
YUV166.9369.35133.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 63 (25% from 255) = 14.96%
R=41.57%
G=43.47%
B=14.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175183630.0400.660.286448.7848.24
HexAFB73F40421C403130
Octal2572677740102341006160
Binary101011111011011111111110001000010111001000000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB73F; }

 p { color: rgb(175,183,63); }

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

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

 a { background-color: rgb(175,183,63); }

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

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

 span { border-color: rgb(175,183,63); }

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