#AFB14C

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

Shades of Celery #AFB14C

Tints of Celery #AFB14C

Color information

#AFB14C (or 0xAFB14C) is unknown color: approx Celery. HEX triplet: AF, B1 and 4C. RGB value is (175,177,76). Sum of RGB (Red+Green+Blue) = 175+177+76=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB14C is #504EB3. Grayscale: #A5A5A5. Windows color (decimal): -5263028 or 5026223. OLE color: 5026223.

HSL color Cylindrical-coordinate representation of color #AFB14C: hue angle of 61.19º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB14C is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17517776-
CMYK0.0100.570.31
HSL61.19º39.92%49.61%-
HSV(B)61.19º57.06%69.41%-
XYZ34.7141.0812.94-
YUV164.8977.84135.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=40.89%
G=41.36%
B=17.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177760.0100.570.3161.1939.9249.61
HexAFB14C10391F3d2832
Octal257261114107137755062
Binary101011111011000110011001011100111111111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB14C; }

 p { color: rgb(175,177,76); }

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

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

 a { background-color: rgb(175,177,76); }

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

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

 span { border-color: rgb(175,177,76); }

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