#AFB738

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

Shades of Celery #AFB738

Tints of Celery #AFB738

Color information

#AFB738 (or 0xAFB738) is unknown color: approx Celery. HEX triplet: AF, B7 and 38. RGB value is (175,183,56). Sum of RGB (Red+Green+Blue) = 175+183+56=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB738 is #5048C7. Grayscale: #A6A6A6. Windows color (decimal): -5261512 or 3717039. OLE color: 3717039.

HSL color Cylindrical-coordinate representation of color #AFB738: hue angle of 63.78º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFB738 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB17518356-
CMYK0.0400.690.28
HSL63.78º53.14%46.86%-
HSV(B)63.78º69.4%71.76%-
XYZ35.3343.2710.23-
YUV166.1365.85134.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 56 (22.27% from 255) = 13.53%
R=42.27%
G=44.20%
B=13.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175183560.0400.690.2863.7853.1446.86
HexAFB73840451C40352f
Octal2572677040105341006557
Binary101011111011011111100010001000101111001000000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB738; }

 p { color: rgb(175,183,56); }

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

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

 a { background-color: rgb(175,183,56); }

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

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

 span { border-color: rgb(175,183,56); }

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