#A5BF5E

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

Shades of Celery #A5BF5E

Tints of Celery #A5BF5E

Color information

#A5BF5E (or 0xA5BF5E) is unknown color: approx Celery. HEX triplet: A5, BF and 5E. RGB value is (165,191,94). Sum of RGB (Red+Green+Blue) = 165+191+94=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BF5E is #5A40A1. Grayscale: #ACACAC. Windows color (decimal): -5914786 or 6209445. OLE color: 6209445.

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

Color convert

RGB16519194-
CMYK0.1400.510.25
HSL76.08º43.11%55.88%-
HSV(B)76.08º50.79%74.9%-
XYZ36.1746.0717.58-
YUV172.1783.89122.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=36.67%
G=42.44%
B=20.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165191940.1400.510.2576.0843.1155.88
HexA5BF5EE033194c2b38
Octal24527713616063311145370
Binary1010010110111111101111011100110011110011001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BF5E; }

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

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

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

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

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

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

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

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