#AFBD4E

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

Shades of Celery #AFBD4E

Tints of Celery #AFBD4E

Color information

#AFBD4E (or 0xAFBD4E) is unknown color: approx Celery. HEX triplet: AF, BD and 4E. RGB value is (175,189,78). Sum of RGB (Red+Green+Blue) = 175+189+78=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD4E is #5042B1. Grayscale: #ACACAC. Windows color (decimal): -5259954 or 5160367. OLE color: 5160367.

HSL color Cylindrical-coordinate representation of color #AFBD4E: hue angle of 67.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFBD4E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB17518978-
CMYK0.0700.590.26
HSL67.57º45.68%52.35%-
HSV(B)67.57º58.73%74.12%-
XYZ37.2546.0614.13-
YUV172.1674.86130.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 78 (30.86% from 255) = 17.65%
R=39.59%
G=42.76%
B=17.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175189780.0700.590.2667.5745.6852.35
HexAFBD4E703B1A442e34
Octal2572751167073321045664
Binary101011111011110110011101110111011110101000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD4E; }

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

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

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

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

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

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

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

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