#ABB950

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

Shades of Celery #ABB950

Tints of Celery #ABB950

Color information

#ABB950 (or 0xABB950) is unknown color: approx Celery. HEX triplet: AB, B9 and 50. RGB value is (171,185,80). Sum of RGB (Red+Green+Blue) = 171+185+80=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB950 is #5446AF. Grayscale: #A9A9A9. Windows color (decimal): -5523120 or 5290411. OLE color: 5290411.

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

Color convert

RGB17118580-
CMYK0.0800.570.27
HSL68º42.86%51.96%-
HSV(B)68º56.76%72.55%-
XYZ35.5943.9414.19-
YUV168.8477.86129.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=39.22%
G=42.43%
B=18.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171185800.0800.570.276842.8651.96
HexABB95080391B442b34
Octal25327112010071331045364
Binary1010101110111001101000010000111001110111000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB950; }

 p { color: rgb(171,185,80); }

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

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

 a { background-color: rgb(171,185,80); }

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

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

 span { border-color: rgb(171,185,80); }

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