#ABC483

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

Shades of Caper #ABC483

Tints of Caper #ABC483

Color information

#ABC483 (or 0xABC483) is unknown color: approx Caper. HEX triplet: AB, C4 and 83. RGB value is (171,196,131). Sum of RGB (Red+Green+Blue) = 171+196+131=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC483 is #543B7C. Grayscale: #B5B5B5. Windows color (decimal): -5520253 or 8635563. OLE color: 8635563.

HSL color Cylindrical-coordinate representation of color #ABC483: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC483 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB171196131-
CMYK0.1300.330.23
HSL83.08º35.52%64.12%-
HSV(B)83.08º33.16%76.86%-
XYZ40.6349.7828.94-
YUV181.1199.72120.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=34.34%
G=39.36%
B=26.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961310.1300.330.2383.0835.5264.12
HexABC483D02117532440
Octal253304203150412712344100
Binary101010111100010010000011110101000011011110100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC483; }

 p { color: rgb(171,196,131); }

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

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

 a { background-color: rgb(171,196,131); }

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

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

 span { border-color: rgb(171,196,131); }

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