#ABCA42

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

Shades of Celery #ABCA42

Tints of Celery #ABCA42

Color information

#ABCA42 (or 0xABCA42) is unknown color: approx Celery. HEX triplet: AB, CA and 42. RGB value is (171,202,66). Sum of RGB (Red+Green+Blue) = 171+202+66=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA42 is #5435BD. Grayscale: #B1B1B1. Windows color (decimal): -5518782 or 4377259. OLE color: 4377259.

HSL color Cylindrical-coordinate representation of color #ABCA42: hue angle of 73.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABCA42 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB17120266-
CMYK0.1500.670.21
HSL73.68º56.2%52.55%-
HSV(B)73.68º67.33%79.22%-
XYZ38.951.2913-
YUV177.2365.23123.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=38.95%
G=46.01%
B=15.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171202660.1500.670.2173.6856.252.55
HexABCA42F043154a3835
Octal253312102170103251127065
Binary10101011110010101000010111101000011101011001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA42; }

 p { color: rgb(171,202,66); }

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

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

 a { background-color: rgb(171,202,66); }

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

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

 span { border-color: rgb(171,202,66); }

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