#AFB34E

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

Shades of Celery #AFB34E

Tints of Celery #AFB34E

Color information

#AFB34E (or 0xAFB34E) is unknown color: approx Celery. HEX triplet: AF, B3 and 4E. RGB value is (175,179,78). Sum of RGB (Red+Green+Blue) = 175+179+78=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB34E is #504CB1. Grayscale: #A6A6A6. Windows color (decimal): -5262514 or 5157807. OLE color: 5157807.

HSL color Cylindrical-coordinate representation of color #AFB34E: hue angle of 62.38º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFB34E is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17517978-
CMYK0.0200.560.30
HSL62.38º39.92%50.39%-
HSV(B)62.38º56.42%70.2%-
XYZ35.1741.913.44-
YUV166.2978.17134.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=40.51%
G=41.44%
B=18.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179780.0200.560.3062.3839.9250.39
HexAFB34E20381E3e2832
Octal257263116207036765062
Binary1010111110110011100111010011100011110111110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB34E; }

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

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

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

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

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

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

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

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