#A5B93D

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

Shades of Celery #A5B93D

Tints of Celery #A5B93D

Color information

#A5B93D (or 0xA5B93D) is unknown color: approx Celery. HEX triplet: A5, B9 and 3D. RGB value is (165,185,61). Sum of RGB (Red+Green+Blue) = 165+185+61=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B93D is #5A46C2. Grayscale: #A5A5A5. Windows color (decimal): -5916355 or 4045221. OLE color: 4045221.

HSL color Cylindrical-coordinate representation of color #A5B93D: hue angle of 69.68º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5B93D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB16518561-
CMYK0.1100.670.27
HSL69.68º50.41%48.24%-
HSV(B)69.68º67.03%72.55%-
XYZ33.7143.0310.94-
YUV164.8869.37128.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=40.15%
G=45.01%
B=14.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165185610.1100.670.2769.6850.4148.24
HexA5B93DB0431B463230
Octal24527175130103331066260
Binary1010010110111001111101101101000011110111000110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B93D; }

 p { color: rgb(165,185,61); }

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

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

 a { background-color: rgb(165,185,61); }

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

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

 span { border-color: rgb(165,185,61); }

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