#A5B95A

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

Shades of Celery #A5B95A

Tints of Celery #A5B95A

Color information

#A5B95A (or 0xA5B95A) is unknown color: approx Celery. HEX triplet: A5, B9 and 5A. RGB value is (165,185,90). Sum of RGB (Red+Green+Blue) = 165+185+90=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B95A is #5A46A5. Grayscale: #A8A8A8. Windows color (decimal): -5916326 or 5945765. OLE color: 5945765.

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

Color convert

RGB16518590-
CMYK0.1100.510.27
HSL72.63º40.43%53.92%-
HSV(B)72.63º51.35%72.55%-
XYZ34.7143.4416.23-
YUV168.1983.87125.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=37.5%
G=42.05%
B=20.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165185900.1100.510.2772.6340.4353.92
HexA5B95AB0331B492836
Octal24527113213063331115066
Binary1010010110111001101101010110110011110111001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B95A; }

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

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

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

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

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

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

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

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