#A5BD5B

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

Shades of Celery #A5BD5B

Tints of Celery #A5BD5B

Color information

#A5BD5B (or 0xA5BD5B) is unknown color: approx Celery. HEX triplet: A5, BD and 5B. RGB value is (165,189,91). Sum of RGB (Red+Green+Blue) = 165+189+91=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD5B is #5A42A4. Grayscale: #ABABAB. Windows color (decimal): -5915301 or 6012325. OLE color: 6012325.

HSL color Cylindrical-coordinate representation of color #A5BD5B: hue angle of 74.69º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5BD5B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB16518991-
CMYK0.1300.520.26
HSL74.69º42.61%54.9%-
HSV(B)74.69º51.85%74.12%-
XYZ35.645.1516.74-
YUV170.6583.05123.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 189 (74.22% from 255) = 42.47%
BLUE value IS 91 (35.94% from 255) = 20.45%
R=37.08%
G=42.47%
B=20.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189910.1300.520.2674.6942.6154.9
HexA5BD5BD0341A4b2b37
Octal24527513315064321135367
Binary1010010110111101101101111010110100110101001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD5B; }

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

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

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

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

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

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

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

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