#A8B148

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

Shades of Celery #A8B148

Tints of Celery #A8B148

Color information

#A8B148 (or 0xA8B148) is unknown color: approx Celery. HEX triplet: A8, B1 and 48. RGB value is (168,177,72). Sum of RGB (Red+Green+Blue) = 168+177+72=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B148 is #574EB7. Grayscale: #A2A2A2. Windows color (decimal): -5721784 or 4764072. OLE color: 4764072.

HSL color Cylindrical-coordinate representation of color #A8B148: hue angle of 65.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8B148 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB16817772-
CMYK0.0500.590.31
HSL65.14º42.17%48.82%-
HSV(B)65.14º59.32%69.41%-
XYZ33.0440.2412.16-
YUV162.3477.02132.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=40.29%
G=42.45%
B=17.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177720.0500.590.3165.1442.1748.82
HexA8B148503B1F412a31
Octal2502611105073371015261
Binary101010001011000110010001010111011111111000001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B148; }

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

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

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

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

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

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

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

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