#AFB937

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

Shades of Celery #AFB937

Tints of Celery #AFB937

Color information

#AFB937 (or 0xAFB937) is unknown color: approx Celery. HEX triplet: AF, B9 and 37. RGB value is (175,185,55). Sum of RGB (Red+Green+Blue) = 175+185+55=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB937 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB937 is #5046C8. Grayscale: #A7A7A7. Windows color (decimal): -5261001 or 3652015. OLE color: 3652015.

HSL color Cylindrical-coordinate representation of color #AFB937: hue angle of 64.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFB937 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB17518555-
CMYK0.0500.700.27
HSL64.62º54.17%47.06%-
HSV(B)64.62º70.27%72.55%-
XYZ35.7244.0910.24-
YUV167.1964.69133.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 55 (21.88% from 255) = 13.25%
R=42.17%
G=44.58%
B=13.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175185550.0500.700.2764.6254.1747.06
HexAFB93750461B41362f
Octal2572716750106331016657
Binary101011111011100111011110101000110110111000001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB937; }

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

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

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

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

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

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

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

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