#A8B43A

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

Shades of Celery #A8B43A

Tints of Celery #A8B43A

Color information

#A8B43A (or 0xA8B43A) is unknown color: approx Celery. HEX triplet: A8, B4 and 3A. RGB value is (168,180,58). Sum of RGB (Red+Green+Blue) = 168+180+58=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B43A is #574BC5. Grayscale: #A2A2A2. Windows color (decimal): -5721030 or 3847336. OLE color: 3847336.

HSL color Cylindrical-coordinate representation of color #A8B43A: hue angle of 65.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8B43A is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB16818058-
CMYK0.0700.680.29
HSL65.9º51.26%46.67%-
HSV(B)65.9º67.78%70.59%-
XYZ33.2341.2710.22-
YUV162.569.02131.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=41.38%
G=44.33%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180580.0700.680.2965.951.2646.67
HexA8B43A70441D42332f
Octal2502647270104351026357
Binary101010001011010011101011101000100111011000010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B43A; }

 p { color: rgb(168,180,58); }

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

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

 a { background-color: rgb(168,180,58); }

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

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

 span { border-color: rgb(168,180,58); }

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