#ABB450

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

Shades of Celery #ABB450

Tints of Celery #ABB450

Color information

#ABB450 (or 0xABB450) is unknown color: approx Celery. HEX triplet: AB, B4 and 50. RGB value is (171,180,80). Sum of RGB (Red+Green+Blue) = 171+180+80=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB450 is #544BAF. Grayscale: #A6A6A6. Windows color (decimal): -5524400 or 5289131. OLE color: 5289131.

HSL color Cylindrical-coordinate representation of color #ABB450: hue angle of 65.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABB450 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB17118080-
CMYK0.0500.560.29
HSL65.4º40%50.98%-
HSV(B)65.4º55.56%70.59%-
XYZ34.5641.8813.85-
YUV165.9179.52131.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=39.68%
G=41.76%
B=18.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180800.0500.560.2965.44050.98
HexABB45050381D412833
Octal2532641205070351015063
Binary101010111011010010100001010111000111011000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB450; }

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

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

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

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

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

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

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

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