#A8B83A

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

Shades of Celery #A8B83A

Tints of Celery #A8B83A

Color information

#A8B83A (or 0xA8B83A) is unknown color: approx Celery. HEX triplet: A8, B8 and 3A. RGB value is (168,184,58). Sum of RGB (Red+Green+Blue) = 168+184+58=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B83A is #5747C5. Grayscale: #A5A5A5. Windows color (decimal): -5720006 or 3848360. OLE color: 3848360.

HSL color Cylindrical-coordinate representation of color #A8B83A: hue angle of 67.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8B83A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB16818458-
CMYK0.0900.680.28
HSL67.62º52.07%47.45%-
HSV(B)67.62º68.48%72.16%-
XYZ34.0542.9110.49-
YUV164.8567.7130.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 184 (72.27% from 255) = 44.88%
BLUE value IS 58 (23.05% from 255) = 14.15%
R=40.98%
G=44.88%
B=14.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168184580.0900.680.2867.6252.0747.45
HexA8B83A90441C44342f
Octal25027072110104341046457
Binary1010100010111000111010100101000100111001000100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B83A; }

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

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

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

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

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

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

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

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