#AFB94D

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

Shades of Celery #AFB94D

Tints of Celery #AFB94D

Color information

#AFB94D (or 0xAFB94D) is unknown color: approx Celery. HEX triplet: AF, B9 and 4D. RGB value is (175,185,77). Sum of RGB (Red+Green+Blue) = 175+185+77=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB94D is #5046B2. Grayscale: #AAAAAA. Windows color (decimal): -5260979 or 5093807. OLE color: 5093807.

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

Color convert

RGB17518577-
CMYK0.0500.580.27
HSL65.56º43.55%51.37%-
HSV(B)65.56º58.38%72.55%-
XYZ36.3744.3513.66-
YUV169.775.69131.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 77 (30.47% from 255) = 17.62%
R=40.05%
G=42.33%
B=17.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185770.0500.580.2765.5643.5551.37
HexAFB94D503A1B422c33
Octal2572711155072331025463
Binary101011111011100110011011010111010110111000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB94D; }

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

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

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

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

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

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

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

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