#a5bf55

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

Shades of Celery #A5BF55

Tints of Celery #A5BF55

Color information

#A5BF55 (or 0xA5BF55) is unknown color: approx Celery. HEX triplet: A5, BF and 55. RGB value is (165,191,85). Sum of RGB (Red+Green+Blue) = 165+191+85=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF55 is #5A40AA. Grayscale: #ABABAB. Windows color (decimal): -5914795 or 5619621. OLE color: 5619621.

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

Color convert

RGB16519185-
CMYK0.1400.550.25
HSL74.72º45.3%54.12%-
HSV(B)74.72º55.5%74.9%-
XYZ35.7945.9215.57-
YUV171.1479.39123.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=37.41%
G=43.31%
B=19.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165191850.1400.550.2574.7245.354.12
HexA5BF55E037194b2d36
Octal24527712516067311135566
Binary1010010110111111101010111100110111110011001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5bf55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5bf55; }

 p { color: rgb(165,191,85); }

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

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

 a { background-color: rgb(165,191,85); }

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

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

 span { border-color: rgb(165,191,85); }

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