#A8B441

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

Shades of Celery #A8B441

Tints of Celery #A8B441

Color information

#A8B441 (or 0xA8B441) is unknown color: approx Celery. HEX triplet: A8, B4 and 41. RGB value is (168,180,65). Sum of RGB (Red+Green+Blue) = 168+180+65=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B441 is #574BBE. Grayscale: #A3A3A3. Windows color (decimal): -5721023 or 4306088. OLE color: 4306088.

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

Color convert

RGB16818065-
CMYK0.0700.640.29
HSL66.26º46.94%48.04%-
HSV(B)66.26º63.89%70.59%-
XYZ33.4241.3511.22-
YUV163.372.52131.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=40.68%
G=43.58%
B=15.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180650.0700.640.2966.2646.9448.04
HexA8B44170401D422f30
Octal25026410170100351025760
Binary1010100010110100100000111101000000111011000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B441; }

 p { color: rgb(168,180,65); }

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

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

 a { background-color: rgb(168,180,65); }

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

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

 span { border-color: rgb(168,180,65); }

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