#A8BA4D

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

Shades of Celery #A8BA4D

Tints of Celery #A8BA4D

Color information

#A8BA4D (or 0xA8BA4D) is unknown color: approx Celery. HEX triplet: A8, BA and 4D. RGB value is (168,186,77). Sum of RGB (Red+Green+Blue) = 168+186+77=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA4D is #5745B2. Grayscale: #A8A8A8. Windows color (decimal): -5719475 or 5094056. OLE color: 5094056.

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

Color convert

RGB16818677-
CMYK0.1000.590.27
HSL69.91º44.13%51.57%-
HSV(B)69.91º58.6%72.94%-
XYZ35.0543.9813.66-
YUV168.1976.54127.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=38.98%
G=43.16%
B=17.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186770.1000.590.2769.9144.1351.57
HexA8BA4DA03B1B462c34
Octal25027211512073331065464
Binary1010100010111010100110110100111011110111000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA4D; }

 p { color: rgb(168,186,77); }

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

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

 a { background-color: rgb(168,186,77); }

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

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

 span { border-color: rgb(168,186,77); }

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