#A5BB4D

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

Shades of Celery #A5BB4D

Tints of Celery #A5BB4D

Color information

#A5BB4D (or 0xA5BB4D) is unknown color: approx Celery. HEX triplet: A5, BB and 4D. RGB value is (165,187,77). Sum of RGB (Red+Green+Blue) = 165+187+77=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB4D is #5A44B2. Grayscale: #A8A8A8. Windows color (decimal): -5915827 or 5094309. OLE color: 5094309.

HSL color Cylindrical-coordinate representation of color #A5BB4D: hue angle of 72º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5BB4D is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB16518777-
CMYK0.1200.590.27
HSL72º44.72%51.76%-
HSV(B)72º58.82%73.33%-
XYZ34.6344.0813.7-
YUV167.8876.71125.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=38.46%
G=43.59%
B=17.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165187770.1200.590.277244.7251.76
HexA5BB4DC03B1B482d34
Octal24527311514073331105564
Binary1010010110111011100110111000111011110111001000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB4D; }

 p { color: rgb(165,187,77); }

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

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

 a { background-color: rgb(165,187,77); }

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

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

 span { border-color: rgb(165,187,77); }

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