#ABB942

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

Shades of Celery #ABB942

Tints of Celery #ABB942

Color information

#ABB942 (or 0xABB942) is unknown color: approx Celery. HEX triplet: AB, B9 and 42. RGB value is (171,185,66). Sum of RGB (Red+Green+Blue) = 171+185+66=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB942 is #5446BD. Grayscale: #A7A7A7. Windows color (decimal): -5523134 or 4372907. OLE color: 4372907.

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

Color convert

RGB17118566-
CMYK0.0800.640.27
HSL67.06º47.41%49.22%-
HSV(B)67.06º64.32%72.55%-
XYZ35.1343.7511.75-
YUV167.2570.86130.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 185 (72.66% from 255) = 43.84%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=40.52%
G=43.84%
B=15.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171185660.0800.640.2767.0647.4149.22
HexABB94280401B432f31
Octal253271102100100331035761
Binary10101011101110011000010100001000000110111000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB942; }

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

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

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

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

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

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

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

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