#AFB949

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

Shades of Celery #AFB949

Tints of Celery #AFB949

Color information

#AFB949 (or 0xAFB949) is unknown color: approx Celery. HEX triplet: AF, B9 and 49. RGB value is (175,185,73). Sum of RGB (Red+Green+Blue) = 175+185+73=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB949 is #5046B6. Grayscale: #A9A9A9. Windows color (decimal): -5260983 or 4831663. OLE color: 4831663.

HSL color Cylindrical-coordinate representation of color #AFB949: hue angle of 65.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB949 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB17518573-
CMYK0.0500.610.27
HSL65.36º44.44%50.59%-
HSV(B)65.36º60.54%72.55%-
XYZ36.2344.2912.94-
YUV169.2473.69132.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 73 (28.91% from 255) = 16.86%
R=40.42%
G=42.73%
B=16.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185730.0500.610.2765.3644.4450.59
HexAFB949503D1B412c33
Octal2572711115075331015463
Binary101011111011100110010011010111101110111000001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB949; }

 p { color: rgb(175,185,73); }

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

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

 a { background-color: rgb(175,185,73); }

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

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

 span { border-color: rgb(175,185,73); }

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