#A5C05B

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

Shades of Celery #A5C05B

Tints of Celery #A5C05B

Color information

#A5C05B (or 0xA5C05B) is unknown color: approx Celery. HEX triplet: A5, C0 and 5B. RGB value is (165,192,91). Sum of RGB (Red+Green+Blue) = 165+192+91=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C05B is #5A3FA4. Grayscale: #ACACAC. Windows color (decimal): -5914533 or 6013093. OLE color: 6013093.

HSL color Cylindrical-coordinate representation of color #A5C05B: hue angle of 76.04º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5C05B is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB16519291-
CMYK0.1400.530.25
HSL76.04º44.49%55.49%-
HSV(B)76.04º52.6%75.29%-
XYZ36.2646.4516.95-
YUV172.4182.05122.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=36.83%
G=42.86%
B=20.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165192910.1400.530.2576.0444.4955.49
HexA5C05BE035194c2c37
Octal24530013316065311145467
Binary1010010111000000101101111100110101110011001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C05B; }

 p { color: rgb(165,192,91); }

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

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

 a { background-color: rgb(165,192,91); }

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

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

 span { border-color: rgb(165,192,91); }

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