#A8BA38

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

Shades of Celery #A8BA38

Tints of Celery #A8BA38

Color information

#A8BA38 (or 0xA8BA38) is unknown color: approx Celery. HEX triplet: A8, BA and 38. RGB value is (168,186,56). Sum of RGB (Red+Green+Blue) = 168+186+56=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA38 is #5745C7. Grayscale: #A6A6A6. Windows color (decimal): -5719496 or 3717800. OLE color: 3717800.

HSL color Cylindrical-coordinate representation of color #A8BA38: hue angle of 68.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8BA38 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB16818656-
CMYK0.1000.700.27
HSL68.31º53.72%47.45%-
HSV(B)68.31º69.89%72.94%-
XYZ34.4243.7310.37-
YUV165.866.04129.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 56 (22.27% from 255) = 13.66%
R=40.98%
G=45.37%
B=13.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168186560.1000.700.2768.3153.7247.45
HexA8BA38A0461B44362f
Octal25027270120106331046657
Binary1010100010111010111000101001000110110111000100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA38; }

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

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

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

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

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

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

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

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