#ABC274

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

Shades of Caper #ABC274

Tints of Caper #ABC274

Color information

#ABC274 (or 0xABC274) is unknown color: approx Caper. HEX triplet: AB, C2 and 74. RGB value is (171,194,116). Sum of RGB (Red+Green+Blue) = 171+194+116=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC274 is #543D8B. Grayscale: #B2B2B2. Windows color (decimal): -5520780 or 7652011. OLE color: 7652011.

HSL color Cylindrical-coordinate representation of color #ABC274: hue angle of 77.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABC274 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB171194116-
CMYK0.1200.400.24
HSL77.69º39%60.78%-
HSV(B)77.69º40.21%76.08%-
XYZ39.2448.523.82-
YUV178.2392.88122.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=35.55%
G=40.33%
B=24.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941160.1200.400.2477.693960.78
HexABC274C028184e273d
Octal25330216414050301164775
Binary1010101111000010111010011000101000110001001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC274; }

 p { color: rgb(171,194,116); }

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

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

 a { background-color: rgb(171,194,116); }

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

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

 span { border-color: rgb(171,194,116); }

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