#AFB448

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

Shades of Celery #AFB448

Tints of Celery #AFB448

Color information

#AFB448 (or 0xAFB448) is unknown color: approx Celery. HEX triplet: AF, B4 and 48. RGB value is (175,180,72). Sum of RGB (Red+Green+Blue) = 175+180+72=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB448 is #504BB7. Grayscale: #A6A6A6. Windows color (decimal): -5262264 or 4764847. OLE color: 4764847.

HSL color Cylindrical-coordinate representation of color #AFB448: hue angle of 62.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB448 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17518072-
CMYK0.0300.600.29
HSL62.78º42.86%49.41%-
HSV(B)62.78º60%70.59%-
XYZ35.1742.2212.43-
YUV166.1974.84134.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 72 (28.52% from 255) = 16.86%
R=40.98%
G=42.15%
B=16.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180720.0300.600.2962.7842.8649.41
HexAFB448303C1D3f2b31
Octal257264110307435775361
Binary1010111110110100100100011011110011101111111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB448; }

 p { color: rgb(175,180,72); }

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

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

 a { background-color: rgb(175,180,72); }

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

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

 span { border-color: rgb(175,180,72); }

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