#ABC732

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

Shades of Yellow Green #ABC732

Tints of Yellow Green #ABC732

Color information

#ABC732 (or 0xABC732) is unknown color: approx Yellow Green. HEX triplet: AB, C7 and 32. RGB value is (171,199,50). Sum of RGB (Red+Green+Blue) = 171+199+50=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC732 is #5438CD. Grayscale: #AEAEAE. Windows color (decimal): -5519566 or 3327915. OLE color: 3327915.

HSL color Cylindrical-coordinate representation of color #ABC732: hue angle of 71.28º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC732 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB17119950-
CMYK0.1400.750.22
HSL71.28º59.84%48.82%-
HSV(B)71.28º74.87%78.04%-
XYZ37.7949.7410.63-
YUV173.6458.22126.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 50 (19.92% from 255) = 11.90%
R=40.71%
G=47.38%
B=11.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171199500.1400.750.2271.2859.8448.82
HexABC732E04B16473c31
Octal25330762160113261077461
Binary1010101111000111110010111001001011101101000111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC732; }

 p { color: rgb(171,199,50); }

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

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

 a { background-color: rgb(171,199,50); }

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

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

 span { border-color: rgb(171,199,50); }

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