#AFB94E

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

Shades of Celery #AFB94E

Tints of Celery #AFB94E

Color information

#AFB94E (or 0xAFB94E) is unknown color: approx Celery. HEX triplet: AF, B9 and 4E. RGB value is (175,185,78). Sum of RGB (Red+Green+Blue) = 175+185+78=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB94E is #5046B1. Grayscale: #AAAAAA. Windows color (decimal): -5260978 or 5159343. OLE color: 5159343.

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

Color convert

RGB17518578-
CMYK0.0500.580.27
HSL65.61º43.32%51.57%-
HSV(B)65.61º57.84%72.55%-
XYZ36.444.3613.85-
YUV169.8176.19131.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=39.95%
G=42.24%
B=17.81%

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
Decimal175185780.0500.580.2765.6143.3251.57
HexAFB94E503A1B422b34
Octal2572711165072331025364
Binary101011111011100110011101010111010110111000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB94E; }

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

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

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

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

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

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

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

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