#A8B550

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

Shades of Celery #A8B550

Tints of Celery #A8B550

Color information

#A8B550 (or 0xA8B550) is unknown color: approx Celery. HEX triplet: A8, B5 and 50. RGB value is (168,181,80). Sum of RGB (Red+Green+Blue) = 168+181+80=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B550 is #574AAF. Grayscale: #A5A5A5. Windows color (decimal): -5720752 or 5289384. OLE color: 5289384.

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

Color convert

RGB16818180-
CMYK0.0700.560.29
HSL67.72º40.56%51.18%-
HSV(B)67.72º55.8%70.98%-
XYZ34.1241.9513.89-
YUV165.679.69129.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=39.16%
G=42.19%
B=18.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168181800.0700.560.2967.7240.5651.18
HexA8B55070381D442933
Octal2502651207070351045163
Binary101010001011010110100001110111000111011000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B550; }

 p { color: rgb(168,181,80); }

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

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

 a { background-color: rgb(168,181,80); }

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

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

 span { border-color: rgb(168,181,80); }

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