#A5C44B

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

Shades of Celery #A5C44B

Tints of Celery #A5C44B

Color information

#A5C44B (or 0xA5C44B) is unknown color: approx Celery. HEX triplet: A5, C4 and 4B. RGB value is (165,196,75). Sum of RGB (Red+Green+Blue) = 165+196+75=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C44B is #5A3BB4. Grayscale: #ADADAD. Windows color (decimal): -5913525 or 4965541. OLE color: 4965541.

HSL color Cylindrical-coordinate representation of color #A5C44B: hue angle of 75.37º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5C44B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB16519675-
CMYK0.1600.620.23
HSL75.37º50.63%53.14%-
HSV(B)75.37º61.73%76.86%-
XYZ36.5347.9913.99-
YUV172.9472.73122.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=37.84%
G=44.95%
B=17.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165196750.1600.620.2375.3750.6353.14
HexA5C44B1003E174b3335
Octal24530411320076271136365
Binary10100101110001001001011100000111110101111001011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C44B; }

 p { color: rgb(165,196,75); }

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

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

 a { background-color: rgb(165,196,75); }

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

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

 span { border-color: rgb(165,196,75); }

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