#A8B756

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

Shades of Celery #A8B756

Tints of Celery #A8B756

Color information

#A8B756 (or 0xA8B756) is unknown color: approx Celery. HEX triplet: A8, B7 and 56. RGB value is (168,183,86). Sum of RGB (Red+Green+Blue) = 168+183+86=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B756 is #5748A9. Grayscale: #A7A7A7. Windows color (decimal): -5720234 or 5683112. OLE color: 5683112.

HSL color Cylindrical-coordinate representation of color #A8B756: hue angle of 69.28º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8B756 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB16818386-
CMYK0.0800.530.28
HSL69.28º40.25%52.75%-
HSV(B)69.28º53.01%71.76%-
XYZ34.7642.8615.25-
YUV167.4682.03128.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 86 (33.98% from 255) = 19.68%
R=38.44%
G=41.88%
B=19.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183860.0800.530.2869.2840.2552.75
HexA8B75680351C452835
Octal25026712610065341055065
Binary1010100010110111101011010000110101111001000101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B756; }

 p { color: rgb(168,183,86); }

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

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

 a { background-color: rgb(168,183,86); }

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

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

 span { border-color: rgb(168,183,86); }

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