#A8BD5A

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

Shades of Celery #A8BD5A

Tints of Celery #A8BD5A

Color information

#A8BD5A (or 0xA8BD5A) is unknown color: approx Celery. HEX triplet: A8, BD and 5A. RGB value is (168,189,90). Sum of RGB (Red+Green+Blue) = 168+189+90=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD5A is #5742A5. Grayscale: #ABABAB. Windows color (decimal): -5718694 or 5946792. OLE color: 5946792.

HSL color Cylindrical-coordinate representation of color #A8BD5A: hue angle of 72.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8BD5A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB16818990-
CMYK0.1100.520.26
HSL72.73º42.86%54.71%-
HSV(B)72.73º52.38%74.12%-
XYZ36.1945.4616.54-
YUV171.4482.04125.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=37.58%
G=42.28%
B=20.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168189900.1100.520.2672.7342.8654.71
HexA8BD5AB0341A492b37
Octal25027513213064321115367
Binary1010100010111101101101010110110100110101001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD5A; }

 p { color: rgb(168,189,90); }

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

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

 a { background-color: rgb(168,189,90); }

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

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

 span { border-color: rgb(168,189,90); }

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