#A4BF49

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

Shades of Celery #A4BF49

Tints of Celery #A4BF49

Color information

#A4BF49 (or 0xA4BF49) is unknown color: approx Celery. HEX triplet: A4, BF and 49. RGB value is (164,191,73). Sum of RGB (Red+Green+Blue) = 164+191+73=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF49 is #5B40B6. Grayscale: #A9A9A9. Windows color (decimal): -5980343 or 4833188. OLE color: 4833188.

HSL color Cylindrical-coordinate representation of color #A4BF49: hue angle of 73.73º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4BF49 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB16419173-
CMYK0.1400.620.25
HSL73.73º47.97%51.76%-
HSV(B)73.73º61.78%74.9%-
XYZ35.1445.6413.26-
YUV169.4873.55124.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=38.32%
G=44.63%
B=17.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191730.1400.620.2573.7347.9751.76
HexA4BF49E03E194a3034
Octal24427711116076311126064
Binary1010010010111111100100111100111110110011001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF49; }

 p { color: rgb(164,191,73); }

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

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

 a { background-color: rgb(164,191,73); }

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

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

 span { border-color: rgb(164,191,73); }

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