#A8BD5B

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

Shades of Celery #A8BD5B

Tints of Celery #A8BD5B

Color information

#A8BD5B (or 0xA8BD5B) is unknown color: approx Celery. HEX triplet: A8, BD and 5B. RGB value is (168,189,91). Sum of RGB (Red+Green+Blue) = 168+189+91=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD5B is #5742A4. Grayscale: #ABABAB. Windows color (decimal): -5718693 or 6012328. OLE color: 6012328.

HSL color Cylindrical-coordinate representation of color #A8BD5B: hue angle of 72.86º 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 #A8BD5B is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB16818991-
CMYK0.1100.520.26
HSL72.86º42.61%54.9%-
HSV(B)72.86º51.85%74.12%-
XYZ36.2345.4816.77-
YUV171.5582.54125.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=37.5%
G=42.19%
B=20.31%

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
Decimal168189910.1100.520.2672.8642.6154.9
HexA8BD5BB0341A492b37
Octal25027513313064321115367
Binary1010100010111101101101110110110100110101001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD5B; }

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

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

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

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

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

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

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

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