#A6B750

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

Shades of Celery #A6B750

Tints of Celery #A6B750

Color information

#A6B750 (or 0xA6B750) is unknown color: approx Celery. HEX triplet: A6, B7 and 50. RGB value is (166,183,80). Sum of RGB (Red+Green+Blue) = 166+183+80=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B750 is #5948AF. Grayscale: #A6A6A6. Windows color (decimal): -5851312 or 5289894. OLE color: 5289894.

HSL color Cylindrical-coordinate representation of color #A6B750: hue angle of 69.9º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6B750 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB16618380-
CMYK0.0900.560.28
HSL69.9º41.7%51.57%-
HSV(B)69.9º56.28%71.76%-
XYZ34.1142.5514.01-
YUV166.1879.37127.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=38.69%
G=42.66%
B=18.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166183800.0900.560.2869.941.751.57
HexA6B75090381C462a34
Octal24626712011070341065264
Binary1010011010110111101000010010111000111001000110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B750; }

 p { color: rgb(166,183,80); }

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

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

 a { background-color: rgb(166,183,80); }

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

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

 span { border-color: rgb(166,183,80); }

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