#A8B448

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

Shades of Celery #A8B448

Tints of Celery #A8B448

Color information

#A8B448 (or 0xA8B448) is unknown color: approx Celery. HEX triplet: A8, B4 and 48. RGB value is (168,180,72). Sum of RGB (Red+Green+Blue) = 168+180+72=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B448 is #574BB7. Grayscale: #A4A4A4. Windows color (decimal): -5721016 or 4764840. OLE color: 4764840.

HSL color Cylindrical-coordinate representation of color #A8B448: hue angle of 66.67º 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 #A8B448 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB16818072-
CMYK0.0700.600.29
HSL66.67º42.86%49.41%-
HSV(B)66.67º60%70.59%-
XYZ33.6441.4412.36-
YUV164.176.02130.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 72 (28.52% from 255) = 17.14%
R=40%
G=42.86%
B=17.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180720.0700.600.2966.6742.8649.41
HexA8B448703C1D432b31
Octal2502641107074351035361
Binary101010001011010010010001110111100111011000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B448; }

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

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

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

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

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

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

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

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