#afb846

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

Shades of Celery #AFB846

Tints of Celery #AFB846

Color information

#AFB846 (or 0xAFB846) is unknown color: approx Celery. HEX triplet: AF, B8 and 46. RGB value is (175,184,70). Sum of RGB (Red+Green+Blue) = 175+184+70=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB846 is #5047B9. Grayscale: #A8A8A8. Windows color (decimal): -5261242 or 4634799. OLE color: 4634799.

HSL color Cylindrical-coordinate representation of color #AFB846: hue angle of 64.74º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB846 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB17518470-
CMYK0.0500.620.28
HSL64.74º44.88%49.8%-
HSV(B)64.74º61.96%72.16%-
XYZ35.9343.8412.36-
YUV168.3172.52132.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.79%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=40.79%
G=42.89%
B=16.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184700.0500.620.2864.7444.8849.8
HexAFB846503E1C412d32
Octal2572701065076341015562
Binary101011111011100010001101010111110111001000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb846; }

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

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

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

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

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

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

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

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