#afb53a

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

Shades of Celery #AFB53A

Tints of Celery #AFB53A

Color information

#AFB53A (or 0xAFB53A) is unknown color: approx Celery. HEX triplet: AF, B5 and 3A. RGB value is (175,181,58). Sum of RGB (Red+Green+Blue) = 175+181+58=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB53A is #504AC5. Grayscale: #A5A5A5. Windows color (decimal): -5262022 or 3847599. OLE color: 3847599.

HSL color Cylindrical-coordinate representation of color #AFB53A: hue angle of 62.93º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFB53A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB17518158-
CMYK0.0300.680.29
HSL62.93º51.46%46.86%-
HSV(B)62.93º67.96%70.98%-
XYZ34.9742.4710.36-
YUV165.1867.51135-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=42.27%
G=43.72%
B=14.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181580.0300.680.2962.9351.4646.86
HexAFB53A30441D3f332f
Octal257265723010435776357
Binary1010111110110101111010110100010011101111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb53a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb53a; }

 p { color: rgb(175,181,58); }

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

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

 a { background-color: rgb(175,181,58); }

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

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

 span { border-color: rgb(175,181,58); }

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