#ABB14B

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

Shades of Celery #ABB14B

Tints of Celery #ABB14B

Color information

#ABB14B (or 0xABB14B) is unknown color: approx Celery. HEX triplet: AB, B1 and 4B. RGB value is (171,177,75). Sum of RGB (Red+Green+Blue) = 171+177+75=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB14B is #544EB4. Grayscale: #A3A3A3. Windows color (decimal): -5525173 or 4960683. OLE color: 4960683.

HSL color Cylindrical-coordinate representation of color #ABB14B: hue angle of 63.53º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABB14B is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17117775-
CMYK0.0300.580.31
HSL63.53º40.48%49.41%-
HSV(B)63.53º57.63%69.41%-
XYZ33.7940.6112.71-
YUV163.5878.01133.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=40.43%
G=41.84%
B=17.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177750.0300.580.3163.5340.4849.41
HexABB14B303A1F402831
Octal2532611133072371005061
Binary10101011101100011001011110111010111111000000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB14B; }

 p { color: rgb(171,177,75); }

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

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

 a { background-color: rgb(171,177,75); }

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

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

 span { border-color: rgb(171,177,75); }

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