#A6B95B

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

Shades of Celery #A6B95B

Tints of Celery #A6B95B

Color information

#A6B95B (or 0xA6B95B) is unknown color: approx Celery. HEX triplet: A6, B9 and 5B. RGB value is (166,185,91). Sum of RGB (Red+Green+Blue) = 166+185+91=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B95B is #5946A4. Grayscale: #A8A8A8. Windows color (decimal): -5850789 or 6011302. OLE color: 6011302.

HSL color Cylindrical-coordinate representation of color #A6B95B: hue angle of 72.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B95B is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB16618591-
CMYK0.1000.510.27
HSL72.13º40.17%54.12%-
HSV(B)72.13º50.81%72.55%-
XYZ34.9643.5616.46-
YUV168.684.21126.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 91 (35.94% from 255) = 20.59%
R=37.56%
G=41.86%
B=20.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166185910.1000.510.2772.1340.1754.12
HexA6B95BA0331B482836
Octal24627113312063331105066
Binary1010011010111001101101110100110011110111001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B95B; }

 p { color: rgb(166,185,91); }

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

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

 a { background-color: rgb(166,185,91); }

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

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

 span { border-color: rgb(166,185,91); }

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