#A8B949

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

Shades of Celery #A8B949

Tints of Celery #A8B949

Color information

#A8B949 (or 0xA8B949) is unknown color: approx Celery. HEX triplet: A8, B9 and 49. RGB value is (168,185,73). Sum of RGB (Red+Green+Blue) = 168+185+73=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B949 is #5746B6. Grayscale: #A7A7A7. Windows color (decimal): -5719735 or 4831656. OLE color: 4831656.

HSL color Cylindrical-coordinate representation of color #A8B949: hue angle of 69.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8B949 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB16818573-
CMYK0.0900.610.27
HSL69.11º44.44%50.59%-
HSV(B)69.11º60.54%72.55%-
XYZ34.743.512.87-
YUV167.1574.87128.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=39.44%
G=43.43%
B=17.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168185730.0900.610.2769.1144.4450.59
HexA8B949903D1B452c33
Octal25027111111075331055463
Binary1010100010111001100100110010111101110111000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B949; }

 p { color: rgb(168,185,73); }

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

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

 a { background-color: rgb(168,185,73); }

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

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

 span { border-color: rgb(168,185,73); }

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