#AFB446

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

Shades of Celery #AFB446

Tints of Celery #AFB446

Color information

#AFB446 (or 0xAFB446) is unknown color: approx Celery. HEX triplet: AF, B4 and 46. RGB value is (175,180,70). Sum of RGB (Red+Green+Blue) = 175+180+70=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB446 is #504BB9. Grayscale: #A6A6A6. Windows color (decimal): -5262266 or 4633775. OLE color: 4633775.

HSL color Cylindrical-coordinate representation of color #AFB446: hue angle of 62.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB446 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB17518070-
CMYK0.0300.610.29
HSL62.73º44%49.02%-
HSV(B)62.73º61.11%70.59%-
XYZ35.1142.212.09-
YUV165.9673.84134.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=41.18%
G=42.35%
B=16.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180700.0300.610.2962.734449.02
HexAFB446303D1D3f2c31
Octal257264106307535775461
Binary1010111110110100100011011011110111101111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB446; }

 p { color: rgb(175,180,70); }

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

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

 a { background-color: rgb(175,180,70); }

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

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

 span { border-color: rgb(175,180,70); }

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